diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-25 17:46:03 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-25 17:46:03 +0000 |
commit | 4a0ee9c9291a8cfb30fad28aa203ff2148aaa6e0 (patch) | |
tree | b0137022630c085d3fdb7cbdc1557a7eb90f339b /ChangeLog | |
parent | 89f16c31e9a43bd634e2931ef6fed64787756901 (diff) | |
download | gst-plugins-bad-4a0ee9c9291a8cfb30fad28aa203ff2148aaa6e0.tar.gz gst-plugins-bad-4a0ee9c9291a8cfb30fad28aa203ff2148aaa6e0.tar.bz2 gst-plugins-bad-4a0ee9c9291a8cfb30fad28aa203ff2148aaa6e0.zip |
ext/ogg/gstoggdemux.c: Make sure to remove the pad when a new chain is encountered. Set some vars to NULL so we don't...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
(gst_ogg_demux_push), (gst_ogg_chains_clear):
Make sure to remove the pad when a new chain is
encountered. Set some vars to NULL so we don't try
to reference freed memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-10-25 Wim Taymans <wim@fluendo.com> + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove), + (gst_ogg_demux_push), (gst_ogg_chains_clear): + Make sure to remove the pad when a new chain is + encountered. Set some vars to NULL so we don't try + to reference freed memory. + +2004-10-25 Wim Taymans <wim@fluendo.com> + * examples/seeking/Makefile.am: * examples/seeking/cdplayer.c: (update_scale): * examples/seeking/chained.c: (unlinked), (new_pad), (main): |