mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
use dictionary for extra port info
This commit is contained in:
parent
d79489b29b
commit
becae3e7fa
9 changed files with 14 additions and 13 deletions
|
|
@ -432,9 +432,9 @@ spa_debug_props (const SpaProps *props, bool print_ranges)
|
|||
fprintf (stderr, "\t: %-12s\n", rinfo->name);
|
||||
}
|
||||
}
|
||||
if (info->info) {
|
||||
fprintf (stderr, "Info: \n");
|
||||
spa_debug_dict (info->info);
|
||||
if (info->extra) {
|
||||
fprintf (stderr, "Extra info: \n");
|
||||
spa_debug_dict (info->extra);
|
||||
}
|
||||
}
|
||||
return SPA_RESULT_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue