]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7965 #resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Aug 2015 19:34:53 +0000 (14:34 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Aug 2015 19:34:59 +0000 (14:34 -0500)
src/mod/applications/mod_conference/conference_video.c

index 3233fea8d1d0cbf063702bfc0d8c4d63103f74ac..06aa9d48b2e17fcd19cdaa69134a2c42a92502da 100644 (file)
@@ -2099,7 +2099,7 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
                                switch_img_free(&img);
                        }
 
-                       if (!layer && (!conference_utils_test_flag(imember->conference, CFLAG_VIDEO_REQUIRED_FOR_CANVAS) || (switch_channel_test_flag(imember->channel, CF_VIDEO) && !imember->video_flow == SWITCH_MEDIA_FLOW_SENDONLY))) {
+                       if (!layer && (!conference_utils_test_flag(imember->conference, CFLAG_VIDEO_REQUIRED_FOR_CANVAS) || ((switch_channel_test_flag(imember->channel, CF_VIDEO) && imember->video_flow != SWITCH_MEDIA_FLOW_SENDONLY)))) {
                                if (conference_video_find_layer(conference, canvas, imember, &layer) == SWITCH_STATUS_SUCCESS) {
                                        imember->layer_timeout = 0;
                                } else {