mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
limit buffers to 16 until we can send more fds in one message
This commit is contained in:
parent
a7ec4e4688
commit
710f0f59cf
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#define M_PI_M2 ( M_PI + M_PI )
|
||||
|
||||
#define MAX_BUFFERS 32
|
||||
#define MAX_BUFFERS 16
|
||||
|
||||
struct type {
|
||||
uint32_t prop_param;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue