mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix compile warning in unreachable code
Original commit message from CVS: fix compile warning in unreachable code
This commit is contained in:
parent
d5ef66d230
commit
93a0882595
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ schedule (GstEntryScheduler * sched, Entry * entry)
|
|||
GST_DEBUG_OBJECT (sched, "scheduling main after error");
|
||||
sched->error = TRUE;
|
||||
safe_cothread_switch (sched, do_cothread_get_main (sched->context));
|
||||
return;
|
||||
}
|
||||
|
||||
if (!schedule_me->thread) {
|
||||
|
|
Loading…
Reference in a new issue