From: Anthony Minessale Date: Fri, 18 Mar 2016 19:13:12 +0000 (-0500) Subject: FS-8957 #resolve [Video image sometimes blips on personal canvas mode when 1 particip... X-Git-Tag: v1.6.7^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0998659fdbd580cc135181dadda94d0ef3cafd;p=thirdparty%2Ffreeswitch.git FS-8957 #resolve [Video image sometimes blips on personal canvas mode when 1 participant is watching voh] --- diff --git a/src/mod/applications/mod_conference/conference_video.c b/src/mod/applications/mod_conference/conference_video.c index 15f8b13836..c473769880 100644 --- a/src/mod/applications/mod_conference/conference_video.c +++ b/src/mod/applications/mod_conference/conference_video.c @@ -2711,6 +2711,10 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr use_img = omember->pcanvas_img; + if (files_playing && layer && layer == &imember->canvas->layers[imember->canvas->layout_floor_id]) { + use_img = NULL; + } + if (layer) { if (use_img && !omember->avatar_png_img) {