From 5a911c60b72f1b17f2c78088879d89f0fc25a1fb Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 13 Jul 2004 10:38:25 +0000 Subject: [PATCH] ext/ogg/gstoggdemux.c: When trying to find the stream length, seek back N pages instead of just one, where N is the n... 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 061511d33c..c23a460e06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-13 Wim Taymans + + * 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 * gst-libs/gst/riff/riff-media.c: