提交 ca70f76a authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7500: refresh vid the other way too when asking for keyframe

上级 85d34e7a
...@@ -9517,6 +9517,10 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_codec_control(switch_core_sess ...@@ -9517,6 +9517,10 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_codec_control(switch_core_sess
codec = &engine->write_codec; codec = &engine->write_codec;
} }
if (cmd == SCC_VIDEO_REFRESH && mtype == SWITCH_MEDIA_TYPE_VIDEO) {
switch_core_session_refresh_video(session);
}
if (codec) { if (codec) {
return switch_core_codec_control(codec, cmd, ctype, cmd_data, rtype, ret_data); return switch_core_codec_control(codec, cmd, ctype, cmd_data, rtype, ret_data);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论