From: Anthony Minessale Date: Thu, 29 Sep 2016 22:13:14 +0000 (-0500) Subject: FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6 X-Git-Tag: v1.8.0~1228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de223ea2c65b07140e0a25d7db1221fcf4e98155;p=thirdparty%2Ffreeswitch.git FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6 --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 6c0d96aad6..216f795f26 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -13238,7 +13238,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; }