mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
FS-10854: [mod_conference] Canvas FG Image not refreshed before writing to video recordings #resolve
This commit is contained in:
parent
586d3349a7
commit
2e66aceb14
@ -3978,14 +3978,14 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
|
||||
wait_for_canvas(canvas);
|
||||
}
|
||||
|
||||
if (canvas->recording) {
|
||||
conference_video_check_recording(conference, canvas, &write_frame);
|
||||
}
|
||||
|
||||
if (canvas->fgimg) {
|
||||
conference_video_set_canvas_fgimg(canvas, NULL);
|
||||
}
|
||||
|
||||
if (canvas->recording) {
|
||||
conference_video_check_recording(conference, canvas, &write_frame);
|
||||
}
|
||||
|
||||
if (conference->canvas_count > 1) {
|
||||
switch_image_t *img_copy = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user