GNOME Bugzilla – Bug 155864
[oggdemux] regression with files without proper EOS flag
Last modified: 2004-12-22 21:47:04 UTC
It looks like the new oggdemux stuff doesn't work properly with streams that don't have an EOS flag set on the last page header. More specifically, * querying the total length doesn't work with those files (after vorbisdec has decoded the first buffer + the pipeline has run an extra couple of hundred iterations) * seeking doesn't work on those files (the timestamps on the buffers change sometimes, but no seeking takes place) This works all fine with oggdemux from 2004-10-17. Cheers -Tim
The second is caused by the first. I'll look at it tomorrow.
This appears to be fixed in current CVS - thanks! Cheers -Tim