mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-dump: also dump properties
This commit is contained in:
parent
ae263eeffc
commit
5a7f4a619a
1 changed files with 1 additions and 0 deletions
|
|
@ -1046,6 +1046,7 @@ static void metadata_dump(struct object *o)
|
|||
{
|
||||
struct data *d = o->data;
|
||||
struct metadata_entry *e;
|
||||
put_dict(d, "props", &o->props->dict);
|
||||
put_begin(d, "metadata", "[", 0);
|
||||
spa_list_for_each(e, &o->data_list, link) {
|
||||
if (e->changed == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue