GNOME Bugzilla – Bug 611225
[oggdemux] doesn't preroll big_buck_bunny_427x240.indexed.ogg in push mode
Last modified: 2010-03-01 12:10:01 UTC
gst-launch-0.10 http://pearce.org.nz/video/big_buck_bunny_427x240.indexed.ogg ! oggdemux ! fakesink -v fails to preroll (in a resonable amount of time). It also fails to preroll in playbin2, with buffering sometimes going up to 40% or so, and then back to 0%(-ish). Very weird. Also see bug #607945.
This is caused by bug #611227 . oggdemux tries to collect the chain info but fails to do so because of no valid start time. And it does this over and over again forever. So after bug #611227 is fixed there should also be some kind of maximum number of tries after which oggdemux aborts.
This is also fixed with the patch in Bug #611227
Brilliant, thanks.