After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 155864 - [oggdemux] regression with files without proper EOS flag
[oggdemux] regression with files without proper EOS flag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-19 17:27 UTC by Tim-Philipp Müller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2004-10-19 17:27:57 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
Comment 1 Ronald Bultje 2004-10-19 19:15:51 UTC
The second is caused by the first. I'll look at it tomorrow.
Comment 2 Tim-Philipp Müller 2004-10-25 10:55:51 UTC
This appears to be fixed in current CVS - thanks! 
 
Cheers  
 -Tim