summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpilbcdepay.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-1/+1
2011-11-11update for base class renameWim Taymans1-10/+10
2011-05-24Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-05-18rtp: Fix segmentation fault processing payload buffersJose Antonio Santos Cadenas1-1/+1
2011-04-25rtp: port some more (de)payloadersWim Taymans1-18/+15
2011-04-18port more plugins to 0.11Wim Taymans1-4/+9
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/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+0
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
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-7/+15
2007-08-10gst/rtp/gstrtpilbcdepay.c: Include stdlib.Stefan Kost1-0/+1
2007-08-08gst/rtp/: Make mode property a string. Fixes #464475.Olivier Crete1-3/+12
2007-04-25gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans1-20/+27
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-6/+1
2007-01-25gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans1-1/+1
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-0/+1
2006-09-23gst/rtp/: Fix klass typos.Wim Taymans1-2/+2
2006-05-28gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller1-4/+2
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele1-1/+1
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-05-02gst/: don't leak caps-stringStefan Kost1-1/+5
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-13gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf1-0/+222