From 25142df6e52be4e99bd0dd9072bfc1a3071c1de1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 20 Nov 2024 22:44:26 +0100 Subject: Temp portal dont use fast path --- src/capture/portal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/capture') diff --git a/src/capture/portal.c b/src/capture/portal.c index d68e86f..357c867 100644 --- a/src/capture/portal.c +++ b/src/capture/portal.c @@ -354,6 +354,7 @@ static int gsr_capture_portal_capture(gsr_capture *cap, AVFrame *frame, gsr_colo // TODO: Handle region crop /* Fast opengl free path */ + self->fast_path_failed = true; if(!self->fast_path_failed && video_codec_context_is_vaapi(self->video_codec_context) && self->params.egl->gpu_info.vendor == GSR_GPU_VENDOR_AMD) { int fds[4]; uint32_t offsets[4]; -- cgit v1.2.3