ext/ogg/gstoggdemux.c: Add some more debug info.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 14 Aug 2006 10:49:10 +0000 (10:49 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 14 Aug 2006 10:49:10 +0000 (10:49 +0000)
commit1ed9de2f68121163a547512d7fbeeaa33ee7b8fc
tree27c5ef6aa545b03850758658cae321ca17b25164
parent5fd36709af9ceda780ae50b1619f1a01cc4f25c2
ext/ogg/gstoggdemux.c: Add some more debug info.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
(gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
(gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
Add some more debug info.
Don't crash when a seek failed.
Actually return the result of the seek instead of TRUE.
Ignore multiple BOS pages with the same serial so that we don't create
the same stream multiple times.
Post an error when we fail to do the initial seek.
ChangeLog
ext/ogg/gstoggdemux.c