Unlock an element even if it was a loop based one

Original commit message from CVS:
Unlock an element even if it was a loop based one
This commit is contained in:
Wim Taymans 2002-06-23 12:21:50 +00:00
parent 16074b7263
commit b70675d241

View file

@ -161,6 +161,8 @@ static GstSchedulerClass *parent_class = NULL;
entry->pre_run_func (entry); \
SCHED (entry)->current = entry; \
do_cothread_switch (GST_ELEMENT_THREADSTATE (entry)); \
if (entry->post_run_func) \
entry->post_run_func (entry); \
}G_STMT_END
static GType