summaryrefslogtreecommitdiffstats
path: root/gst/law
Commit message (Expand)AuthorAgeFilesLines
* law: fix caps and negotiationWim Taymans2009-06-306-129/+170
* alawdec, mulawdec: demote some debug messages from ERROR to WARNING or DEBUGTim-Philipp Müller2009-02-282-6/+5
* Don't use GST_ERROR for non-error cases.Wim Taymans2009-02-232-2/+4
* alaw/mulaw: Implement _getcaps function for alaw/mulaw decodersOlivier Crete2009-02-222-0/+108
* alaw/mulaw: Don't require both, rate and channel, to be set in _getcapsOlivier Crete2009-02-222-24/+20
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-285-0/+38
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-136-108/+102
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+2
* gst/law/: Ref caps before passing to gst_pad_template_new(), since that takes...Michael Smith2008-08-292-0/+14
* gst/law/: The encoder can't really renegotiate at the time they perform a pad...Wim Taymans2008-08-253-12/+26
* gst/law/: Make negotiation a bit modern.mersad2008-04-016-39/+93
* gst/law/mulaw-decode.c: Return GST_FLOW_NOT_NEGOTIATED when the caps are not ...Sebastian Dröge2008-02-281-3/+6
* gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer...Edward Hervey2007-11-022-1/+11
* gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories,...Tim-Philipp Müller2007-09-256-189/+157
* gst/law/: Use static tables for A-Law decoding and encoding; this makesLaurent Glayal2007-09-252-6/+246
* gst/law/: Fix law encoder timestamps.Wim Taymans2007-09-124-13/+29
* gst/law/: Fix capsnego bogosity in *law decoders.Michael Smith2007-07-064-165/+107
* gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans2006-07-244-10/+15
* gst/law/alaw-decode.c: Trying to get items from an ANY or EMPTY caps is ... s...Edward Hervey2006-06-021-1/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-014-8/+8
* gst/law/: Some cleanups in the chain functions.Wim Taymans2006-05-248-96/+91
* gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are...Edward Hervey2006-05-171-0/+5
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-254-4/+4
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-083-3/+3
* better/unified long descriptionsWim Taymans2006-03-304-24/+20
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+1
* expand tabsThomas Vander Stichele2005-12-061-10/+10
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-142-2/+2
* Fix to set timestamp on buffer, it was tested with RTP G711 elements.Flavio Oliveira2005-10-274-20/+63
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+2
* configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo2005-06-294-8/+6
* gst/law/: Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well.Wim Taymans2005-05-064-225/+244
* gst/law/: Fix caps memleaks (#166600).Ronald S. Bultje2005-02-084-4/+26
* put the same mail for Zaheer Merali everywhereStéphane Loeuillet2004-12-114-4/+4
* gst/law/: Fix caps.Ronald S. Bultje2004-12-024-8/+16
* gst/law/: Prevent warnings when negotiating caps (fixes #159338).Ronald S. Bultje2004-12-012-0/+2
* ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte2004-11-091-0/+1
* more working pluginsSteve Lhomme2004-07-272-2/+2
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-272-4/+4
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-272-6/+6
* more plugins supported under windowsSteve Lhomme2004-07-262-0/+320
* Remove signed field from caps factoryJohan Dahlin2004-07-121-1/+0
* gst/law/mulaw-conversion.c: Fix overflow bug in ulaw encoding.Wim Taymans2004-05-191-3/+7
* gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulawStéphane Loeuillet2004-05-092-4/+4
* gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENCStéphane Loeuillet2004-05-091-1/+1
* gst/law/: Fix capsnego in all four, remove the unused property functions and ...Ronald S. Bultje2004-03-264-315/+295
* don't mix tabs and spacesThomas Vander Stichele2004-03-157-18/+22
* *.h: Revert indentingJohan Dahlin2004-03-155-74/+64
* gst-indentThomas Vander Stichele2004-03-1412-484/+530
* fix mulawdecThomas Vander Stichele2004-02-242-2/+2