]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conferenc...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 12 Apr 2017 17:39:45 +0000 (12:39 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 12 Apr 2017 17:39:45 +0000 (12:39 -0500)
src/mod/applications/mod_conference/conference_video.c

index 044d38f65fd7b8a81484241d600319c57241e2dd..7236785fef937ea1a879e5f0e910940056b1de83 100644 (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;