summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmpvpay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-8/+3
2020-09-28rtp: Fix allocations to support source-info propertySebastian Dröge1-1/+3
2017-11-10rtpmpvpay: Don't create empty buffer listEdward Hervey1-0/+6
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/+4
2015-08-06rtppayload: set standard payload type as defaultHyunjun Ko1-2/+7
2015-07-03rtpmpvpay: Create buffer lists instead of pushing each buffer individuallySebastian Dröge1-3/+11
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-2/+2
2013-08-29rtpmpvpay: Fix RTP buffer allocation in rtpmpvpayWim Taymans1-2/+4
2013-07-16rtp: Use gst_adapter_take_buffer_fast() where possible in RTP payloadersOlivier Crête1-4/+5
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-15change getcaps to queryWim Taymans1-5/+4
2011-11-11update for base class renameWim Taymans1-20/+20
2011-11-10update for changed base classesWim Taymans1-4/+4
2011-06-13rtp: fix for API changes in the base classesWim Taymans1-6/+8
2011-04-25rtp: port more to 0.11Wim Taymans1-20/+19
2010-12-30mpvpay: fix flushing and discontWim Taymans1-2/+80
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-12rtpmpvpay: fix timestamping of rtp buffersThijs Vermeir1-8/+18
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-07-13mpvpay: Rework the timestampingMarc Leeman1-57/+58
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-15/+2
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-2/+3
2008-01-25gst/rtp/: Add MPEG2 video payloaderThijs Vermeir1-0/+238