summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-25 17:46:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-25 17:46:03 +0000
commit4a0ee9c9291a8cfb30fad28aa203ff2148aaa6e0 (patch)
treeb0137022630c085d3fdb7cbdc1557a7eb90f339b /ChangeLog
parent89f16c31e9a43bd634e2931ef6fed64787756901 (diff)
downloadgst-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbcc3f48..39ca8ded 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):