mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
debug: allow custom type root
This commit is contained in:
parent
05d3502c84
commit
7cdb980b1a
32 changed files with 102 additions and 83 deletions
|
|
@ -267,7 +267,7 @@ static int negotiate_buffers(struct data *data)
|
|||
NULL, ¶m, &b)) <= 0)
|
||||
return -EBADF;
|
||||
|
||||
spa_debug_pod(0, spa_debug_types, param);
|
||||
spa_debug_pod(0, NULL, param);
|
||||
|
||||
init_buffer(data, data->in_buffers, data->in_buffer, 1, BUFFER_SIZE, 1);
|
||||
if ((res =
|
||||
|
|
@ -284,7 +284,7 @@ static int negotiate_buffers(struct data *data)
|
|||
NULL, ¶m, &b)) <= 0)
|
||||
return -EBADF;
|
||||
|
||||
spa_debug_pod(0, spa_debug_types, param);
|
||||
spa_debug_pod(0, NULL, param);
|
||||
|
||||
init_buffer(data, data->out_buffers, data->out_buffer, 1, BUFFER_SIZE, 2);
|
||||
if ((res =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue