mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Increase pod buffer size
The props of a 64 channel node are at least 2048 bytes long so make sure we can build and filter them. Fixes #1574
This commit is contained in:
parent
f9d8bdb9b8
commit
435de99428
10 changed files with 11 additions and 11 deletions
|
|
@ -160,7 +160,7 @@ setup_props(struct pw_context *context, struct spa_node *spa_node, struct pw_pro
|
|||
void *state = NULL;
|
||||
const char *key;
|
||||
uint32_t index = 0;
|
||||
uint8_t buf[2048];
|
||||
uint8_t buf[4096];
|
||||
struct spa_pod_builder b = SPA_POD_BUILDER_INIT(buf, sizeof(buf));
|
||||
const struct spa_pod_prop *prop = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue