fix issue on single core or similar vm causing conference to spin in loop

This commit is contained in:
Mike Jerris 2015-08-07 05:45:25 +00:00 committed by root
parent c38a0f33a4
commit 5339a9f558
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}