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

This commit is contained in:
Anthony Minessale 2017-04-12 12:39:45 -05:00
parent 2193bef0fb
commit 9d66090148
1 changed files with 3 additions and 0 deletions

View File

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