From 4a7cbe84897d94309c860140d70940a9632d969b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 12 Feb 2008 23:38:19 +0000 Subject: fixes: #514889 Original commit message from CVS: patch by: Wim Taymans fixes: #514889 * gst/rtp/gstrtph264pay.c: * gst/rtp/gstrtpmp4gdepay.c: * gst/rtp/gstrtpmp4gpay.c: * gst/rtp/gstrtpmp4gpay.h: * gst/rtp/gstrtptheorapay.c: * gst/rtp/gstrtpvorbispay.c: Fix various leaks shown up in valgrind - free sprops and buffer in error cases in H264 payloader - fix leak in mp4g depayloader when construction the caps - don't leak config string in the mp4g payloader - don't leak buffers and headers in theora and vorbis payloaders * tests/check/elements/rtp-payloading.c: Fix the RTP data test - Actually send valid amr data to the payloader instead of 20 zero-bytes - The mp4g payloader expects codec_data on the caps --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9167d302..bda2cde3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2008-02-12 Jan Schmidt + + patch by: Wim Taymans + fixes: #514889 + + * gst/rtp/gstrtph264pay.c: + * gst/rtp/gstrtpmp4gdepay.c: + * gst/rtp/gstrtpmp4gpay.c: + * gst/rtp/gstrtpmp4gpay.h: + * gst/rtp/gstrtptheorapay.c: + * gst/rtp/gstrtpvorbispay.c: + + Fix various leaks shown up in valgrind + - free sprops and buffer in error cases in H264 payloader + - fix leak in mp4g depayloader when construction the caps + - don't leak config string in the mp4g payloader + - don't leak buffers and headers in theora and vorbis payloaders + + * tests/check/elements/rtp-payloading.c: + + Fix the RTP data test + - Actually send valid amr data to the payloader instead of 20 + zero-bytes + - The mp4g payloader expects codec_data on the caps + 2008-02-12 Sebastien Moutte * win32/MANIFEST: -- cgit