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 140785 - Simple threaded pipeline crash
Simple threaded pipeline crash
Status: RESOLVED DUPLICATE of bug 138012
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.1
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-21 21:39 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Cote 2004-04-21 21:39:38 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).
Comment 1 Benjamin Otte (Company) 2004-04-25 12:18:27 UTC
I believe this is the same bug as 138012

*** This bug has been marked as a duplicate of 138012 ***