mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pw-dump: print None pod as null
This commit is contained in:
parent
8f5231bd45
commit
2b98b7dc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ static void put_pod_value(struct data *d, const char *key, const struct spa_type
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SPA_TYPE_None:
|
case SPA_TYPE_None:
|
||||||
put_value(d, NULL, "null");
|
put_value(d, NULL, NULL);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue