mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
This is needed after all..
Original commit message from CVS: This is needed after all..
This commit is contained in:
parent
e0ca09383e
commit
71e51b171c
1 changed files with 0 additions and 2 deletions
|
@ -1276,11 +1276,9 @@ gst_basic_scheduler_iterate (GstScheduler * sched)
|
||||||
|
|
||||||
do_cothread_switch (GST_ELEMENT_THREADSTATE (entry));
|
do_cothread_switch (GST_ELEMENT_THREADSTATE (entry));
|
||||||
|
|
||||||
/*
|
|
||||||
if (bsched->current && bsched->current->post_run_func) {
|
if (bsched->current && bsched->current->post_run_func) {
|
||||||
bsched->current->post_run_func (bsched->current);
|
bsched->current->post_run_func (bsched->current);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
state = GST_SCHEDULER_STATE (sched);
|
state = GST_SCHEDULER_STATE (sched);
|
||||||
/* if something changed, return - go on else */
|
/* if something changed, return - go on else */
|
||||||
|
|
Loading…
Reference in a new issue