[gst-devel] how to set basic scheduler?
Ákos Maróy
darkeye at tyrell.hu
Sat Jun 25 00:29:31 CEST 2005
in the gstreamer documentation I read that there two schedulers: the
basic and the optimal, and that the optimal is the default.
but how do I make my app use the basic?
I'm having a very strange problem, where I can't remove an element from
a bin, becuase I get the error:
** ERROR **: file gstoptimalscheduler.c: line 882 (destroy_group):
assertion failed: (group->group_links == NULL)
I've spent a lot of time looking at the problem, but I can't make out
what's really happening. this error comes up when I try to unlink the
very last link among all elements, for some reason, a link between two
groups (whatever those might be).
anyway, I just want to try the same setup with the basic scheduler, to
see if the issue is with the optimal scheduler...
More information about the gstreamer-devel
mailing list