mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
debug: allow custom type root
This commit is contained in:
parent
05d3502c84
commit
7cdb980b1a
32 changed files with 102 additions and 83 deletions
|
|
@ -163,12 +163,12 @@ static int debug_params(struct impl *this, struct spa_node *node,
|
|||
if (res <= 0)
|
||||
break;
|
||||
|
||||
spa_debug_pod(2, spa_debug_types, param);
|
||||
spa_debug_pod(2, NULL, param);
|
||||
}
|
||||
|
||||
spa_log_error(this->log, "failed filter:");
|
||||
if (filter)
|
||||
spa_debug_pod(2, spa_debug_types, filter);
|
||||
spa_debug_pod(2, NULL, filter);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue