diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-13 10:38:25 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-13 10:38:25 +0000 |
commit | c5c8e703dea57b6346921b98644c9f23ebbc4c53 (patch) | |
tree | 0ac43c692c22c4aa4cf6c27d4b33f7b676c58b5b | |
parent | 872a055c55f0658ef568769022bce7a785c819d5 (diff) |
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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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), |