From eddb07ac408fe80af0ffd88e85880f813c57642a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 21 Sep 2024 15:43:19 +0200 Subject: Revert recent time framing and performance changes as it affects slower devices badly --- src/capture/portal.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/capture/portal.c') diff --git a/src/capture/portal.c b/src/capture/portal.c index 40e4581..58d16d9 100644 --- a/src/capture/portal.c +++ b/src/capture/portal.c @@ -333,9 +333,6 @@ static int gsr_capture_portal_capture(gsr_capture *cap, AVFrame *frame, gsr_colo } else { return 0; } - - self->params.egl->glFlush(); - self->params.egl->glFinish(); const vec2i target_pos = { max_int(0, frame->width / 2 - self->capture_size.x / 2), max_int(0, frame->height / 2 - self->capture_size.y / 2) }; -- cgit v1.2.3