diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-05-12 03:49:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-05-12 03:49:29 +0200 |
commit | 99dbbd07ab9e8c9a899fd8ccb042b74f336dd026 (patch) | |
tree | 8a731ada9f5a44e982fc384bee9a6ca8960a4a32 /src/main.cpp | |
parent | 25af1c81d08d0512cf53746efaccd2e5f690aa94 (diff) |
kms_vaapi: support multiple drm planes (fixes capture on some multi monitor systems)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2c73cb5..ed757a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1304,6 +1304,7 @@ int main(int argc, char **argv) { char card_path[128]; card_path[0] = '\0'; if(gpu_inf.vendor != GSR_GPU_VENDOR_NVIDIA) { + // TODO: Allow specifying another card, and in other places if(!gsr_get_valid_card_path(card_path)) { fprintf(stderr, "Error: no /dev/dri/cardX device found\n"); return 2; |