FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6

This commit is contained in:
Anthony Minessale 2016-09-29 17:13:14 -05:00
parent 9a94a61b01
commit 93205a6028
1 changed files with 0 additions and 1 deletions

View File

@ -11695,7 +11695,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core
if (switch_channel_test_flag(session->channel, CF_VIDEO_PAUSE_READ)) {
*frame = &runtime.dummy_cng_frame;
switch_channel_video_sync(session->channel);
switch_cond_next();
return SWITCH_STATUS_SUCCESS;
}