提交 ee3e4504 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-3869 --resolve

上级 a72fb34f
......@@ -1257,7 +1257,8 @@ static void *SWITCH_THREAD_FUNC conference_video_thread_run(switch_thread_t *thr
}
session = conference->floor_holder->session;
switch_core_session_read_lock(session);
if ((status = switch_core_session_read_lock(session)) == SWITCH_STATUS_SUCCESS) {
switch_mutex_unlock(conference->mutex);
if (!switch_channel_ready(switch_core_session_get_channel(session))) {
status = SWITCH_STATUS_FALSE;
......@@ -1266,6 +1267,7 @@ static void *SWITCH_THREAD_FUNC conference_video_thread_run(switch_thread_t *thr
}
switch_mutex_lock(conference->mutex);
switch_core_session_rwunlock(session);
}
if (!SWITCH_READ_ACCEPTABLE(status)) {
yield = 100000;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论