summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp2tdepay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
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-1/+5
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-9/+5
2013-06-17rtpmp2tdepay: accept mislabelled streams from GStreamer 0.10 as wellJens Georg1-1/+2
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-1/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-05-26rtpmp2tdepay: Only output integral mpeg-ts packetsEdward Hervey1-4/+21
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2011-12-05rtp: Initialize GstRTPBuffer before usageEdward Hervey1-1/+1
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-2/+2
2011-11-11update for base class renameWim Taymans1-10/+10
2011-08-31mp2t: fix encoding name according to RFC3551Wim Taymans1-1/+1
2011-07-10rtp: port remaining to 0.11Mark Nauwelaerts1-26/+24
2011-05-18rtp: Fix segmentation fault processing payload buffersJose Antonio Santos Cadenas1-2/+3
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/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+5
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-36/+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-14/+6
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-5/+1
2007-04-25gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans1-6/+8
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-6/+0
2007-03-02gst/rtp/gstrtpmp2tdepay.c: Fix compilation.Wim Taymans1-1/+2
2007-03-02gst/rtp/gstrtpmp2tdepay.*: Add support to strip off proprietary headers. Fixe...Thijs Vermeir1-10/+38
2007-01-24gst/rtp/: Added simple AC3 depayloader (RFC 4184).Wim Taymans1-5/+0
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-07-12gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.Wim Taymans1-0/+260