summaryrefslogtreecommitdiff
path: root/gst/law
AgeCommit message (Expand)AuthorFilesLines
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte4-4/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-12/+8
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-0/+2
2009-11-18law: Raise rank of encoders to PRIMARYEdward Hervey2-2/+2
2009-06-30law: fix caps and negotiationWim Taymans6-129/+170
2009-02-28alawdec, mulawdec: demote some debug messages from ERROR to WARNING or DEBUGTim-Philipp Müller2-6/+5
2009-02-23Don't use GST_ERROR for non-error cases.Wim Taymans2-2/+4
2009-02-22alaw/mulaw: Implement _getcaps function for alaw/mulaw decodersOlivier Crete2-0/+108
2009-02-22alaw/mulaw: Don't require both, rate and channel, to be set in _getcapsOlivier Crete2-24/+20
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost5-0/+38
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey6-108/+102
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+2
2008-08-29gst/law/: Ref caps before passing to gst_pad_template_new(), since that takes...Michael Smith2-0/+14
2008-08-25gst/law/: The encoder can't really renegotiate at the time they perform a pad...Wim Taymans3-12/+26
2008-04-01gst/law/: Make negotiation a bit modern.mersad6-39/+93
2008-02-28gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not ...Sebastian Dröge1-3/+6
2007-11-02gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer...Edward Hervey2-1/+11
2007-09-25gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories,...Tim-Philipp Müller6-189/+157
2007-09-25gst/law/: Use static tables for A-Law decoding and encoding; this makesLaurent Glayal2-6/+246
2007-09-12gst/law/: Fix law encoder timestamps.Wim Taymans4-13/+29
2007-07-06gst/law/: Fix capsnego bogosity in *law decoders.Michael Smith4-165/+107
2006-07-24gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans4-10/+15
2006-06-02gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... s...Edward Hervey1-1/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost4-8/+8
2006-05-24gst/law/: Some cleanups in the chain functions.Wim Taymans8-96/+91
2006-05-17gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are...Edward Hervey1-0/+5
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost4-4/+4
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost3-3/+3
2006-03-30better/unified long descriptionsWim Taymans4-24/+20
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-0/+1
2005-12-06expand tabsThomas Vander Stichele1-10/+10
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2-2/+2
2005-10-27Fix to set timestamp on buffer, it was tested with RTP G711 elements.Flavio Oliveira4-20/+63
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-3/+2
2005-06-29configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo4-8/+6
2005-05-06gst/law/: Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well.Wim Taymans4-225/+244
2005-02-08gst/law/: Fix caps memleaks (#166600).Ronald S. Bultje4-4/+26
2004-12-11put the same mail for Zaheer Merali everywhereStéphane Loeuillet4-4/+4
2004-12-02gst/law/: Fix caps.Ronald S. Bultje4-8/+16
2004-12-01gst/law/: Prevent warnings when negotiating caps (fixes #159338).Ronald S. Bultje2-0/+2
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-0/+1
2004-07-27more working pluginsSteve Lhomme2-2/+2
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2-4/+4
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme2-6/+6
2004-07-26more plugins supported under windowsSteve Lhomme2-0/+320
2004-07-12Remove signed field from caps factoryJohan Dahlin1-1/+0
2004-05-19gst/law/mulaw-conversion.c: Fix overflow bug in ulaw encoding.Wim Taymans1-3/+7
2004-05-09gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulawStéphane Loeuillet2-4/+4
2004-05-09gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENCStéphane Loeuillet1-1/+1
2004-03-26gst/law/: Fix capsnego in all four, remove the unused property functions and ...Ronald S. Bultje4-315/+295