ext/ogg/gstoggdemux.c: When trying to find the stream length, seek back N pages inste...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 13 Jul 2004 10:38:25 +0000 (10:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 13 Jul 2004 10:38:25 +0000 (10:38 +0000)
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
When trying to find the stream length, seek back N pages
instead of just one, where N is the number of streams in
the current chain.

ChangeLog

index 061511d..c23a460 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2004-07-13  Wim Taymans  <wim@fluendo.com>
 
+       * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
+       When trying to find the stream length, seek back N pages
+       instead of just one, where N is the number of streams in 
+       the current chain.
+
+2004-07-13  Wim Taymans  <wim@fluendo.com>
+
        * gst-libs/gst/riff/riff-media.c:
        (gst_riff_create_audio_caps_with_data),
        (gst_riff_create_audio_caps),