mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-8211 #resolve [Conference video recordings of layouts with overlap have flickering video]
This commit is contained in:
parent
819a2c13a9
commit
dd6da6e06a
@ -2562,12 +2562,12 @@ void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread_t *thr
|
|||||||
|
|
||||||
write_frame.img = write_img;
|
write_frame.img = write_img;
|
||||||
|
|
||||||
|
wait_for_canvas(canvas);
|
||||||
|
|
||||||
if (canvas->recording) {
|
if (canvas->recording) {
|
||||||
conference_video_check_recording(conference, canvas, &write_frame);
|
conference_video_check_recording(conference, canvas, &write_frame);
|
||||||
}
|
}
|
||||||
|
|
||||||
wait_for_canvas(canvas);
|
|
||||||
|
|
||||||
if (conference->canvas_count > 1) {
|
if (conference->canvas_count > 1) {
|
||||||
switch_image_t *img_copy = NULL;
|
switch_image_t *img_copy = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user