mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
protocol: increase some limits
This commit is contained in:
parent
dfdca3ce29
commit
c89595d86f
4 changed files with 7 additions and 7 deletions
|
|
@ -32,8 +32,8 @@
|
|||
#include <pipewire/extensions/session-manager.h>
|
||||
#include <pipewire/extensions/protocol-native.h>
|
||||
|
||||
#define MAX_DICT 256
|
||||
#define MAX_PARAMS 128
|
||||
#define MAX_DICT 1024
|
||||
#define MAX_PARAMS 4096
|
||||
#define MAX_PARAM_INFO 128
|
||||
|
||||
static void push_dict(struct spa_pod_builder *b, const struct spa_dict *dict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue