Merge pull request #1106 in FS/freeswitch from ~J0SH/freeswitch:echofix to master

* commit '2a32e016ddb11d2a72eaf349e166e95a9bcac0b7':
  FS-9725: Fix echo if blank image is disabled.
This commit is contained in:
Mike Jerris 2016-12-19 16:05:56 -06:00
commit aefba211ca

View File

@ -6609,7 +6609,7 @@ static void *SWITCH_THREAD_FUNC video_helper_thread(switch_thread_t *thread, voi
vloops++;
send_blank = blank_enabled;
send_blank = blank_enabled || switch_channel_test_flag(channel, CF_VIDEO_ECHO);
if (switch_channel_test_flag(channel, CF_VIDEO_READY) && !switch_test_flag(read_frame, SFF_CNG)) {
switch_mutex_lock(mh->file_read_mutex);