aboutsummaryrefslogtreecommitdiff
path: root/src/capture/kms_cuda.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capture/kms_cuda.c')
-rw-r--r--src/capture/kms_cuda.c3
1 files changed, 3 insertions, 0 deletions
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;