summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTommi Myöhänen <ext-tommi.myohanen@nokia.com>2007-11-15 17:35:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-11-15 17:35:18 +0000
commit624497b1c586d3c14fbda91e56edfddbf83e9293 (patch)
tree5d03b0244e5db59b6057ee6480c1e9151796aaf8 /ChangeLog
parent04ee7655639defdc3184aaad9f00e0877fe74dc8 (diff)
gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983.
Original commit message from CVS: Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com> * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_tcp): Fix 3 pad leaks. Fixes #496983.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d69dddc7..46d95344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
+ (gst_rtspsrc_stream_configure_tcp):
+ Fix 3 pad leaks. Fixes #496983.
+
+2007-11-15 Wim Taymans <wim.taymans@gmail.com>
+
+ Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
+
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
Fix small leak. Fixes #497017.