]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7513: show logo img when video muted
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 29 Apr 2015 17:34:55 +0000 (12:34 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:26 +0000 (12:47 -0500)
src/mod/applications/mod_conference/mod_conference.c

index d9d835e918dd97e536f1ae25f762929b8e7bbdf6..512696e91cbc46724c684e61e1bcda584f242250 100644 (file)
@@ -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;