summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtppcmudepay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
2017-05-24rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller1-2/+1
2017-02-27Update Edgard Lima's emailEdgard Lima1-2/+2
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/+5
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-12/+8
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2013-04-24rtp: a marker bit should translate to RESYNCWim Taymans1-2/+2
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-2/+1
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-13/+13
2011-07-15Merge branch 'master' into 0.11Wim Taymans1-4/+4
2011-07-14rtppcmApay/depay: Static clock rates on static payloads, dynamic on dynamicOlivier Crête1-4/+4
2011-05-24Merge branch 'master' into 0.11Wim Taymans1-8/+11
2011-05-24pcmudepay: allow variable sample rateMark Nauwelaerts1-3/+4
2011-05-18rtp: Fix segmentation fault processing payload buffersJose Antonio Santos Cadenas1-6/+8
2011-04-25rtp: port more to 0.11Wim Taymans1-22/+23
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-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-12-23rtp: use boilerplateWim Taymans1-2/+0
2009-04-18Remove unused variables in _class_initEdward Hervey1-4/+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-14/+12
2008-05-02gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small ...Wim Taymans1-0/+5
2007-06-11gst/rtp/: Add missing rate fields to caps. Fixes #441118.Tommi Myöhänen1-1/+1
2007-04-25gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans1-3/+8
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-6/+1
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-3/+7
2006-11-08gst/rtp/: Fix element descriptions.Christian Schaller1-1/+1
2006-09-23gst/rtp/: Fix klass typos.Wim Taymans1-2/+2
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele1-1/+6
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-02-23rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements f...Philippe Kalaf1-0/+161