From 9710f8a2d4a33fce09dd54a859a543e2b9d58bd8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 21 Oct 2023 22:46:30 +0200 Subject: Attempt to fix amd/intel driver bug vram leak, force cfr when livestreaming, replace std::filesystem with posix create replay directory automatically, recursively --- include/capture/kms_cuda.h | 2 +- include/capture/kms_vaapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/capture/kms_cuda.h b/include/capture/kms_cuda.h index b631226..c2b2ad8 100644 --- a/include/capture/kms_cuda.h +++ b/include/capture/kms_cuda.h @@ -9,7 +9,7 @@ typedef struct _XDisplay Display; typedef struct { gsr_egl *egl; - const char *display_to_capture; /* if this is "screen", then the entire x11 screen is captured (all displays). A copy is made of this */ + const char *display_to_capture; /* if this is "screen", then the first monitor is captured. A copy is made of this */ gsr_gpu_info gpu_inf; const char *card_path; /* reference */ } gsr_capture_kms_cuda_params; diff --git a/include/capture/kms_vaapi.h b/include/capture/kms_vaapi.h index 77b292a..26cda2c 100644 --- a/include/capture/kms_vaapi.h +++ b/include/capture/kms_vaapi.h @@ -9,7 +9,7 @@ typedef struct _XDisplay Display; typedef struct { gsr_egl *egl; - const char *display_to_capture; /* if this is "screen", then the entire x11 screen is captured (all displays). A copy is made of this */ + const char *display_to_capture; /* if this is "screen", then the first monitor is captured. A copy is made of this */ gsr_gpu_info gpu_inf; const char *card_path; /* reference */ bool wayland; -- cgit v1.2.3