summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpilbcdepay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle1-0/+2
2017-05-24rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller1-2/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge1-0/+7
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-12/+7
2015-07-01rtp: Fix indentionSebastian Dröge1-3/+2
2014-03-06rtp: Remove caps restrictions from RTP depayloader sink capsOlivier Crête1-2/+2
2013-04-24rtp: a marker bit should translate to RESYNCWim Taymans1-2/+2
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-1/+0
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
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-1/+1
2011-11-11update for base class renameWim Taymans1-10/+10
2011-05-24Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-05-18rtp: Fix segmentation fault processing payload buffersJose Antonio Santos Cadenas1-1/+1
2011-04-25rtp: port some more (de)payloadersWim Taymans1-18/+15
2011-04-18port more plugins to 0.11Wim Taymans1-4/+9
2010-12-21rtp: add RTP hint to the klassWim Taymans1-1/+1
2010-12-21rtp: fix rank of payloaders and depayloadersWim Taymans1-1/+1
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+0
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-1/+1
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-7/+15
2007-08-10gst/rtp/gstrtpilbcdepay.c: Include stdlib.Stefan Kost1-0/+1
2007-08-08gst/rtp/: Make mode property a string. Fixes #464475.Olivier Crete1-3/+12
2007-04-25gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans1-20/+27
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-6/+1
2007-01-25gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans1-1/+1
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-0/+1
2006-09-23gst/rtp/: Fix klass typos.Wim Taymans1-2/+2
2006-05-28gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller1-4/+2
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele1-1/+1
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-05-02gst/: don't leak caps-stringStefan Kost1-1/+5
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-13gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf1-0/+222