window-stream-src: Finish framebuffer after blitting
Just like what's done for monitor screencasting. Unfortunately, there's no mechanism to share fences with PipeWire clients yet, which forces us to guarantee that a frame is completed after blitting. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1129
This commit is contained in:
parent
ea34915df3
commit
f6700f19a7
@ -492,6 +492,8 @@ meta_screen_cast_window_stream_src_blit_to_framebuffer (MetaScreenCastStreamSrc
|
||||
break;
|
||||
}
|
||||
|
||||
cogl_framebuffer_finish (framebuffer);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user