fix issue on single core or similar vm causing conference to spin in loop
This commit is contained in:
parent
c38a0f33a4
commit
5339a9f558
|
@ -2519,7 +2519,7 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
|
|||
}
|
||||
|
||||
if (!x) break;
|
||||
|
||||
switch_cond_next();
|
||||
switch_thread_rwlock_wrlock(canvas->video_rwlock);
|
||||
switch_thread_rwlock_unlock(canvas->video_rwlock);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue