mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Or not..
Original commit message from CVS: Or not..
This commit is contained in:
parent
b70675d241
commit
14186b75ea
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ static GstSchedulerClass *parent_class = NULL;
|
||||||
entry->pre_run_func (entry); \
|
entry->pre_run_func (entry); \
|
||||||
SCHED (entry)->current = entry; \
|
SCHED (entry)->current = entry; \
|
||||||
do_cothread_switch (GST_ELEMENT_THREADSTATE (entry)); \
|
do_cothread_switch (GST_ELEMENT_THREADSTATE (entry)); \
|
||||||
if (entry->post_run_func) \
|
|
||||||
entry->post_run_func (entry); \
|
|
||||||
}G_STMT_END
|
}G_STMT_END
|
||||||
|
|
||||||
static GType
|
static GType
|
||||||
|
|
Loading…
Reference in a new issue