GNOME Bugzilla – Bug 140785
Simple threaded pipeline crash
Last modified: 2004-12-22 21:47:04 UTC
gst-launch wavenc name=sink ! filesink location=test.wav { filesrc location=pcmsrc.wav ! wavparse ! queue block_timeout=1000 } \!sink.sink In gstreamer 0.8.1, this simple pipeline crashes with the opt scheduler. I guess it's because wavenc isn't loop-based because opt crashes when calling the loopfunc of one group (the loopfunc is NULL).
I believe this is the same bug as 138012 *** This bug has been marked as a duplicate of 138012 ***