Use correct offset for kms_vaapi monitor

This commit is contained in:
dec05eba
2023-09-27 00:52:28 +02:00
parent 6024beca4e
commit b6ea32330e
2 changed files with 8 additions and 4 deletions

View File

@@ -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;