提交 93205a60 authored 作者: Anthony Minessale's avatar Anthony Minessale

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

上级 9a94a61b
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论