GNOME Bugzilla – Bug 86206
Gravity of love video hangs after +-10 sec
Last modified: 2009-08-15 18:40:50 UTC
All media clips I use can be found on http://www.gstreamer.net/media First out is a pipeline playing the Gravity of Love/Final Fantasy movie. It plays for only +- 10 seconds then jumps out. Command used is: gst-launch --gst-debug-mask=-1 filesrc location="jb_ff9_thegravityoflove.mpg" ! mpegdemux video_%02d! { queue ! mpeg2dec ! xvideosink } mpegdemux0.audio_%02d! { queue ! mad ! osssink } 2>&1 | tee gravityoflovestops.log This bug does NOT occur if I add --gst-scheduler=basic to the pipeline.
Created attachment 9403 [details] gst-debug-mask log of playing that mpeg
This bug is only relevant using Standard scheduler and i686 glibc.
is this still valid ?