diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-26 14:41:06 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-26 14:41:06 +0000 |
commit | bb7a13d74a23394039fa9a70226127f0ddd387a2 (patch) | |
tree | f6683160e6e3f0ae8eeeef39aeaac9c6718c865c | |
parent | 9ac0be121668072aa314759f368e39220286c707 (diff) | |
download | gst-plugins-bad-bb7a13d74a23394039fa9a70226127f0ddd387a2.tar.gz gst-plugins-bad-bb7a13d74a23394039fa9a70226127f0ddd387a2.tar.bz2 gst-plugins-bad-bb7a13d74a23394039fa9a70226127f0ddd387a2.zip |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |