From b6ea32330edeb9d5ac52aba86d7b6798cb91529f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 27 Sep 2023 00:52:28 +0200 Subject: Use correct offset for kms_vaapi monitor --- src/capture/kms_cuda.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/capture/kms_cuda.c') diff --git a/src/capture/kms_cuda.c b/src/capture/kms_cuda.c index 434b452..13636aa 100644 --- a/src/capture/kms_cuda.c +++ b/src/capture/kms_cuda.c @@ -372,6 +372,9 @@ static int gsr_capture_kms_cuda_capture(gsr_capture *cap, AVFrame *frame) { } } + // TODO: Use capture pos and capture size. Right now they are not used here and doesn't really need to be used on wayland + // and kms_cuda is only used on wayland right now so maybe it can be ignored. + if(!drm_fd) return -1; -- cgit v1.2.3