Pipewire: fix transparent windows having incorrect color (disable RGBA video formats)

This commit is contained in:
dec05eba
2025-06-23 12:41:28 +02:00
parent 7d7f986668
commit f9e93467b2
2 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#include <spa/param/video/format.h>
#define GSR_PIPEWIRE_VIDEO_MAX_MODIFIERS 1024
#define GSR_PIPEWIRE_VIDEO_MAX_VIDEO_FORMATS 12
#define GSR_PIPEWIRE_VIDEO_MAX_VIDEO_FORMATS 6
#define GSR_PIPEWIRE_VIDEO_DMABUF_MAX_PLANES 4
typedef struct gsr_egl gsr_egl;