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 144804 - opt scheduler breaks on playing a pipeline
opt scheduler breaks on playing a pipeline
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-22 10:49 UTC by Iain
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Iain 2004-06-22 10:49:26 UTC
When setting the following pipeline to PLAYING opt breaks.
{ src ! interleave ! audioconvert ! audiosink }

It spits out this error
** (lt-marlin:2745): WARNING **: error scheduling group 0x9c58d30
ERROR (1087900001:973927)       scheduler( 2745)
gstoptimalscheduler.c(2392):gst_opt_scheduler_iterate:<GstOptScheduler@0x9e277f0>
in error state

See attached log, sorry its so long, but it takes too long to edit it to the
relevant bits.
Comment 1 Iain 2004-06-22 11:08:46 UTC
Okaym the log is too big, it can be downloaded from
http://marlin.sf.net/log.gz
Comment 2 Wim Taymans 2004-11-02 15:11:53 UTC
This error is cause by putting unschedulable elements to playing. Current CVS
has a check that does not make it fail that horrible but just ignores the
unschedulable group.