mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
protocol: increase some limits
This commit is contained in:
parent
dfdca3ce29
commit
c89595d86f
4 changed files with 7 additions and 7 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <pipewire/extensions/protocol-native.h>
|
||||
|
||||
#define MAX_DICT 256
|
||||
#define MAX_DICT 1024
|
||||
#define MAX_PARAM_INFO 128
|
||||
|
||||
static inline void push_item(struct spa_pod_builder *b, const struct spa_dict_item *item)
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
#include <pipewire/extensions/protocol-native.h>
|
||||
#include <pipewire/extensions/client-node.h>
|
||||
|
||||
#define MAX_DICT 256
|
||||
#define MAX_PARAMS 128
|
||||
#define MAX_DICT 1024
|
||||
#define MAX_PARAMS 4096
|
||||
#define MAX_PARAM_INFO 128
|
||||
#define MAX_BUFFERS 64
|
||||
#define MAX_METAS 16u
|
||||
|
|
|
|||
|
|
@ -34,9 +34,9 @@
|
|||
|
||||
#include "connection.h"
|
||||
|
||||
#define MAX_DICT 256
|
||||
#define MAX_DICT 1024
|
||||
#define MAX_PARAM_INFO 128
|
||||
#define MAX_PERMISSIONS 1024
|
||||
#define MAX_PERMISSIONS 4096
|
||||
|
||||
PW_LOG_TOPIC_EXTERN(mod_topic);
|
||||
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
||||
|
|
|
|||
|
|
@ -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