summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpg726depay.c
AgeCommit message (Expand)AuthorFilesLines
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/+7
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-17/+10
2015-05-18rtpg726depay: don't leak input bufferNicola Murino1-1/+7
2015-05-13rtpg726depay: add block_align to output capsNicola Murino1-1/+8
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2013-04-24rtp: a marker bit should translate to RESYNCWim Taymans1-2/+2
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
2012-01-25update for new memory APIWim Taymans1-5/+5
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-05-24Merge branch 'master' into 0.11Wim Taymans1-0/+7
2011-05-18rtp: Fix segmentation fault processing payload buffersJose Antonio Santos Cadenas1-0/+9
2011-04-25rtp: port more to 0.11Wim Taymans1-38/+34
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-04-27g726depay: add debug categoryWim Taymans1-3/+7
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
2009-04-15g726depay: add property for aal2 forceWim Taymans1-0/+50
2009-04-15g726depay: implement RFC3551 packingWim Taymans1-20/+150
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-16/+12
2008-06-18gst/rtp/: Added G726 pay/depayloaders. Fixes #538891.mersad1-0/+207