aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-20 22:51:11 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-20 22:51:11 +0100
commit5cf1e7953b80354abfae67036f224529a482453e (patch)
tree38978d5c503ea54e100c660cd716c5bc6dd7d6b2 /src
parent25142df6e52be4e99bd0dd9072bfc1a3071c1de1 (diff)
Revert "Temp portal dont use fast path"
This reverts commit 25142df6e52be4e99bd0dd9072bfc1a3071c1de1.
Diffstat (limited to 'src')
-rw-r--r--src/capture/portal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/capture/portal.c b/src/capture/portal.c
index 357c867..d68e86f 100644
--- a/src/capture/portal.c
+++ b/src/capture/portal.c
@@ -354,7 +354,6 @@ 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];