summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmpvdepay.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
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-13/+6
2015-07-03rtpmpvdepay: Don't forget to unmap the input bufferSebastian Dröge1-3/+6
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-9/+9
2011-05-24Merge branch 'master' into 0.11Wim Taymans1-4/+5
2011-05-18rtp: Fix segmentation fault processing payload buffersJose Antonio Santos Cadenas1-3/+5
2011-04-25rtp: port more to 0.11Wim Taymans1-22/+18
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 trivial unused variables detected by CLang static analyzer.Edward Hervey1-3/+0
2009-04-18Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey1-35/+0
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-3/+3
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-12/+13
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-50/+1
2007-08-10gst/rtp/gstrtpmpvdepay.c: Set the mpegversion in the caps so that autopluggin...Wim Taymans1-1/+4
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-6/+5
2007-02-16gst/rtp/README: Fix case of string params.Wim Taymans1-9/+2
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-1/+2
2007-01-09gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans1-0/+298