mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
client-node: fix array length debug
This commit is contained in:
parent
a01a33aa75
commit
5829276dbb
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ static int clear_buffers(struct node_data *data, struct mix *mix)
|
||||||
int res;
|
int res;
|
||||||
|
|
||||||
pw_log_debug("port %p: clear %zd buffers mix:%d", port,
|
pw_log_debug("port %p: clear %zd buffers mix:%d", port,
|
||||||
pw_array_get_len(&mix->buffers, struct buffer *),
|
pw_array_get_len(&mix->buffers, struct buffer),
|
||||||
mix->mix.id);
|
mix->mix.id);
|
||||||
|
|
||||||
if ((res = pw_impl_port_use_buffers(port, &mix->mix, 0, NULL, 0)) < 0) {
|
if ((res = pw_impl_port_use_buffers(port, &mix->mix, 0, NULL, 0)) < 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue