mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Refactor kms_vaapi and kms_cuda
Also fixes color metadata, color range and hdr on nvidia wayland.
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
#include <sys/types.h>
|
||||
#include <limits.h>
|
||||
|
||||
typedef struct {
|
||||
typedef struct gsr_kms_client gsr_kms_client;
|
||||
|
||||
struct gsr_kms_client {
|
||||
pid_t kms_server_pid;
|
||||
int initial_socket_fd;
|
||||
int initial_client_fd;
|
||||
char initial_socket_path[PATH_MAX];
|
||||
int socket_pair[2];
|
||||
} gsr_kms_client;
|
||||
};
|
||||
|
||||
/* |card_path| should be a path to card, for example /dev/dri/card0 */
|
||||
int gsr_kms_client_init(gsr_kms_client *self, const char *card_path);
|
||||
|
||||
Reference in New Issue
Block a user