diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2008-10-27 08:45:11 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 08:45:11 +0000 |
| commit | 40d198cfd8782b8eaeed731aaae17308c4b20916 (patch) | |
| tree | a7338845a93c07f1a2a84b3c88ce7f34f53853f9 /ChangeLog | |
| parent | d956310612fc61878fd0f4e905d37ba3a3ac075c (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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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: |
