summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpqdmdepay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-10/+7
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/+2
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-12/+8
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-3/+3
2014-05-02rtpqdmdepay: remove pointless checkVincent Penquerc'h1-3/+1
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-3/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-10gst: adjust comment styleMark Nauwelaerts1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-30update for buffer api changeWim Taymans1-1/+1
2012-02-22update for new memory apiWim Taymans1-2/+2
2012-01-25update for new memory APIWim Taymans1-5/+5
2011-12-05rtp: Initialize GstRTPBuffer before usageEdward Hervey1-1/+1
2011-11-11update for base class renameWim Taymans1-10/+10
2011-07-10rtp: port remaining to 0.11Mark Nauwelaerts1-31/+32
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/+1
2009-08-04rtpqdm2depay: Fix debug statement.Edward Hervey1-1/+1
2009-08-03rtpqdm2depay,rtpsv3vdepay: Add debugging category.Edward Hervey1-0/+6
2009-08-03rtpqdm2depay: Handle gaps in incoming packets.Edward Hervey1-1/+17
2009-08-03rtpqdmdepay: Fix CRC calculation and remove commented code.Edward Hervey1-25/+15
2009-08-03rtp: New QDM2 rtp depayloader.Edward Hervey1-0/+412