Add error output when reaching max ports/stream nodes/links

This commit is contained in:
dec05eba
2024-12-05 19:13:55 +01:00
parent 8941e12c61
commit 1b40947884
2 changed files with 8 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#include <stdbool.h>
#define GSR_PIPEWIRE_AUDIO_MAX_STREAM_NODES 256
#define GSR_PIPEWIRE_AUDIO_MAX_STREAM_NODES 128
#define GSR_PIPEWIRE_AUDIO_MAX_PORTS 256
#define GSR_PIPEWIRE_AUDIO_MAX_REQUESTED_LINKS 32