mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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:
parent
16074b7263
commit
b70675d241
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue