提交 2e66aceb authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Muteesa Fred

FS-10854: [mod_conference] Canvas FG Image not refreshed before writing to video…

FS-10854: [mod_conference] Canvas FG Image not refreshed before writing to video recordings #resolve
上级 586d3349
...@@ -3978,14 +3978,14 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr ...@@ -3978,14 +3978,14 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
wait_for_canvas(canvas); wait_for_canvas(canvas);
} }
if (canvas->recording) {
conference_video_check_recording(conference, canvas, &write_frame);
}
if (canvas->fgimg) { if (canvas->fgimg) {
conference_video_set_canvas_fgimg(canvas, NULL); conference_video_set_canvas_fgimg(canvas, NULL);
} }
if (canvas->recording) {
conference_video_check_recording(conference, canvas, &write_frame);
}
if (conference->canvas_count > 1) { if (conference->canvas_count > 1) {
switch_image_t *img_copy = NULL; switch_image_t *img_copy = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论