summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-13 10:38:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-13 10:38:25 +0000
commit5a911c60b72f1b17f2c78088879d89f0fc25a1fb (patch)
treea2627db9999b163a995562b09e0957bd2f80d520 /ChangeLog
parent666cacd22f4789e97a1f225a3dd1a893953c3086 (diff)
downloadgst-plugins-bad-5a911c60b72f1b17f2c78088879d89f0fc25a1fb.tar.gz
gst-plugins-bad-5a911c60b72f1b17f2c78088879d89f0fc25a1fb.tar.bz2
gst-plugins-bad-5a911c60b72f1b17f2c78088879d89f0fc25a1fb.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 061511d3..c23a460e 100644
--- 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),