mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Increase pipewire audio max nodes/ports limit
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define GSR_PIPEWIRE_AUDIO_MAX_STREAM_NODES 128
|
#define GSR_PIPEWIRE_AUDIO_MAX_STREAM_NODES 256
|
||||||
#define GSR_PIPEWIRE_AUDIO_MAX_PORTS 128
|
#define GSR_PIPEWIRE_AUDIO_MAX_PORTS 256
|
||||||
#define GSR_PIPEWIRE_AUDIO_MAX_REQUESTED_LINKS 32
|
#define GSR_PIPEWIRE_AUDIO_MAX_REQUESTED_LINKS 32
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user