提交 9d660901 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a…

FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conference with a layout group Don't change layout when playing full-screen anyway
上级 2193bef0
......@@ -2983,6 +2983,9 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
do_refresh = 100;
}
if (canvas->playing_video_file) {
file_count = 0;
}
if (file_count != last_file_count) {
count_changed = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论