From: Anthony Minessale Date: Wed, 29 Apr 2015 17:34:55 +0000 (-0500) Subject: FS-7513: show logo img when video muted X-Git-Tag: v1.6.2~614^2~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59bcb420924e4af8eedfd96e09bfcd20b992072d;p=thirdparty%2Ffreeswitch.git FS-7513: show logo img when video muted --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index d9d835e918..512696e91c 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1122,7 +1122,7 @@ static void scale_and_patch(conference_obj_t *conference, mcu_layer_t *layer, sw switch_img_patch(IMG, layer->img, x_pos, y_pos); } - if (layer->logo_img && !ximg) { + if (layer->logo_img) { int ew = layer->screen_w, eh = layer->screen_h - (layer->banner_img ? layer->banner_img->d_h : 0); int ex = 0, ey = 0;