GNOME Bugzilla – Bug 87814
gst-launch fails to play simple pipelines
Last modified: 2004-12-22 21:47:04 UTC
i built 0.4.0 from the tarball. See the attached .tar.gz file of gst-feedback & --gst-mask log. The command was: gst-launch --gst-mask=-1 filesrc location=01.%20Gandalf.mp3 ! mad ! osssink
Created attachment 9769 [details] .tar.gz of the feedback & gst-mask log
Can you try renaming the file to something without percentage signs or anything to confirm if this is a filename parsing bug or a gstreamer bug ?
i renamed the file. The file name itself wasn't causing a problem. Actually, part of the problem is that i switched to devfs and /dev/dsp wasn't getting created automatically. osssink should really provide a clear error message if it can't open the target device. With that fixed, the pipeline gets a little bit farther. Here is the stack trace. i will also attach a new gst-mask log. Program received signal SIGSEGV, Segmentation fault.
+ Trace 24894
Thread 1024 (LWP 1339)
Created attachment 9780 [details] gzip'd gst-mask log
When i try it again with --gst-scheduler=standard then it works. Cool.
patch applied, closing bug if the other traceback is still a problem, reopen the bug.