Make sure to unset the scheduler

Original commit message from CVS:
Make sure to unset the scheduler
This commit is contained in:
Wim Taymans 2002-11-22 23:17:39 +00:00
parent b7ee3bebf5
commit ce5f3238d2

View file

@ -1054,6 +1054,8 @@ gst_opt_scheduler_remove_element (GstScheduler *sched, GstElement *element)
get_group (element, &group);
if (group) {
GST_ELEMENT_SCHED_GROUP (element) = NULL;
if (group->chain) {
GstOptSchedulerChain *chain;