mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -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
|
|
@ -261,7 +261,7 @@ on_stream_format_changed(void *_data, const struct spa_pod *format)
|
|||
":", t->param_buffers.size, "i", data->stride * data->format.size.height,
|
||||
":", t->param_buffers.stride, "i", data->stride,
|
||||
":", t->param_buffers.buffers, "iru", 8,
|
||||
SPA_POD_PROP_MIN_MAX(2, 32),
|
||||
SPA_POD_PROP_MIN_MAX(2, 16),
|
||||
":", t->param_buffers.align, "i", 16);
|
||||
|
||||
params[1] = spa_pod_builder_object(&b,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue