mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-dump: don't print unreadable params
This commit is contained in:
parent
885748dfbd
commit
4c46495c38
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ static void put_params(struct data *d, const char *key,
|
|||
put_begin(d, spa_debug_type_find_short_name(spa_type_param, pi->id),
|
||||
"[", flags);
|
||||
spa_list_for_each(p, list, link) {
|
||||
if (p->id == pi->id)
|
||||
if (p->id == pi->id && flags == 0)
|
||||
put_pod(d, NULL, p->param);
|
||||
}
|
||||
put_end(d, "]", flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue