mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
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.
This commit is contained in:
parent
ddc68e0933
commit
ba6050cb4d
1 changed files with 8 additions and 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>
|
2004-10-26 Iain <iaingnome@gmail.com>
|
||||||
|
|
||||||
* ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
|
* ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
|
||||||
|
|
Loading…
Reference in a new issue