summaryrefslogtreecommitdiff
path: root/gst/law/mulaw-encode.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-25mulaw: Some minor memleak fixes and cleanupSebastian Dröge1-1/+5
2013-04-25mulawenc: change to gstaudioencoder base, added bitrate tagsAlexander Schrab1-182/+86
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-1/+2
2012-03-15update for memory api changesWim Taymans1-1/+1
2012-03-10fix template caps refcountWim Taymans1-2/+3
2012-01-25update for new memory APIWim Taymans1-4/+8
2011-12-09law: fix negotiationWim Taymans1-8/+15
2011-11-17add parent to pad functionsWim Taymans1-8/+9
2011-11-16add parent to query functionWim Taymans1-2/+2
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans1-1/+1
2011-11-15change getcaps to queryWim Taymans1-3/+28
2011-08-30law: port to 0.11Wim Taymans1-77/+44
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-6/+4
2009-06-30law: fix caps and negotiationWim Taymans1-31/+41
2009-02-22alaw/mulaw: Don't require both, rate and channel, to be set in _getcapsOlivier Crete1-12/+10
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-0/+5
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey1-5/+9
2008-08-25gst/law/: The encoder can't really renegotiate at the time they perform a pad...Wim Taymans1-6/+13
2008-04-01gst/law/: Make negotiation a bit modern.mersad1-1/+15
2007-09-12gst/law/: Fix law encoder timestamps.Wim Taymans1-4/+15
2006-07-24gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking.Wim Taymans1-1/+4
2006-05-24gst/law/: Some cleanups in the chain functions.Wim Taymans1-12/+21
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-0/+1
2005-10-27Fix to set timestamp on buffer, it was tested with RTP G711 elements.Flavio Oliveira1-10/+28
2005-06-29configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo1-2/+2
2005-05-06gst/law/: Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well.Wim Taymans1-56/+60
2005-02-08gst/law/: Fix caps memleaks (#166600).Ronald S. Bultje1-1/+6
2004-12-11put the same mail for Zaheer Merali everywhereStéphane Loeuillet1-1/+1
2004-12-02gst/law/: Fix caps.Ronald S. Bultje1-2/+4
2004-03-26gst/law/: Fix capsnego in all four, remove the unused property functions and ...Ronald S. Bultje1-78/+73
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-2/+3
2004-03-14gst-indentThomas Vander Stichele1-62/+73
2003-12-22Merge CAPS branchDavid Schleef1-18/+15
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-06make sure config.h is included firstDavid Schleef1-0/+3
2003-11-02......Ronald S. Bultje1-1/+20
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+4
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-3/+1
2003-03-03Make alaw / mulaw work again.Benjamin Otte1-1/+1
2003-02-25get this thing working (again ?)Benjamin Otte1-25/+26
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-1/+1
2002-01-19A new batch of // fixesChristian Schaller1-3/+3
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans1-2/+4
2001-12-22Initial revisionAndy Wingo1-0/+181