summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-10-27 08:45:11 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 08:45:11 +0000
commit40d198cfd8782b8eaeed731aaae17308c4b20916 (patch)
treea7338845a93c07f1a2a84b3c88ce7f34f53853f9 /ChangeLog
parentd956310612fc61878fd0f4e905d37ba3a3ac075c (diff)
gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but the pipeline never goes into PLAYING.
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad): Fix a memory leak when pads are requested but the pipeline never goes into PLAYING. Correctly remove request pads, no matter if they have collected data or not. Fixes bug #557710.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40aa48aa..4f6c7adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ Patch by: Peter Kjellerstedt <pkj at axis com>
+
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
+ (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
+ Fix a memory leak when pads are requested but the pipeline never
+ goes into PLAYING.
+
+ Correctly remove request pads, no matter if they have collected
+ data or not.
+
+ Fixes bug #557710.
+
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
Patch by: <lrn1986 at gmail dot com>
* gst/udp/gstudpnetutils.h: