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 86206 - Gravity of love video hangs after +-10 sec
Gravity of love video hangs after +-10 sec
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.4.0
Other other
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-06-22 18:44 UTC by Christian Fredrik Kalager Schaller
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-debug-mask log of playing that mpeg (940.09 KB, application/octet-stream)
2002-06-22 18:57 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2002-06-22 18:44:20 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.
Comment 1 Christian Fredrik Kalager Schaller 2002-06-22 18:57:35 UTC
Created attachment 9403 [details]
gst-debug-mask log of playing that mpeg
Comment 2 Christian Fredrik Kalager Schaller 2002-06-28 13:41:23 UTC
This bug is only relevant using Standard scheduler and i686 glibc.
Comment 3 Thomas Vander Stichele 2002-08-12 14:51:45 UTC
is this still valid ?