GNOME Bugzilla – Bug 144804
opt scheduler breaks on playing a pipeline
Last modified: 2004-12-22 21:47:04 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.
Okaym the log is too big, it can be downloaded from http://marlin.sf.net/log.gz
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.