mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-29 04:28:57 +00:00
FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6
This commit is contained in:
parent
9a94a61b01
commit
93205a6028
@ -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)) {
|
if (switch_channel_test_flag(session->channel, CF_VIDEO_PAUSE_READ)) {
|
||||||
*frame = &runtime.dummy_cng_frame;
|
*frame = &runtime.dummy_cng_frame;
|
||||||
switch_channel_video_sync(session->channel);
|
|
||||||
switch_cond_next();
|
switch_cond_next();
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user