]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Sep 2016 22:13:14 +0000 (17:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Sep 2016 22:13:14 +0000 (17:13 -0500)
src/switch_core_media.c

index 6c0d96aad69fb49bc216924f79c3963fdf0bcf0e..216f795f26c532c1837b84bdbdf9293f680eebf0 100644 (file)
@@ -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;
        }