From: Anthony Minessale Date: Thu, 25 Jun 2015 19:40:06 +0000 (-0500) Subject: FS-7679 revert unwanted change X-Git-Tag: v1.6.2~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c014c00bbfe26828fb37d3b58f411cd4fb976ff2;p=thirdparty%2Ffreeswitch.git FS-7679 revert unwanted change --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 46be6fe0c4..e1d820a1c6 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -5014,7 +5014,7 @@ static void *SWITCH_THREAD_FUNC video_helper_thread(switch_thread_t *thread, voi } else if (switch_channel_test_flag(channel, CF_VIDEO_DECODED_READ)) { send_blank = 1; } - send_blank = 1; + if ((send_blank || switch_channel_test_flag(channel, CF_VIDEO_BLANK)) && !session->video_read_callback && !switch_channel_test_flag(session->channel, CF_BRIDGED)) { fr.img = blank_img;