summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-26 14:41:06 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-26 14:41:06 +0000
commitba6050cb4d2114a96d8fb7874d886312f5c5d460 (patch)
treec09a5e3b375b4f9489dd242333d59496e3614d43
parentddc68e093316a2ee3d58ef2cfbdb7e47556cc248 (diff)
ext/ogg/gstoggdemux.c: Fix EOS again. Needs to be done in a better way. We should not remove the pad if there is no n...
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event), (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part), (_find_streams_check), (gst_ogg_demux_push): Fix EOS again. Needs to be done in a better way. We should not remove the pad if there is no new chained stream.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 937d0032..cb2bbacf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-26 Wim Taymans <wim@fluendo.com>
+
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
+ (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
+ (_find_streams_check), (gst_ogg_demux_push):
+ Fix EOS again. Needs to be done in a better way. We should not
+ remove the pad if there is no new chained stream.
+
2004-10-26 Iain <iaingnome@gmail.com>
* ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.