mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
introspect: improve introspection
Update introspection structures when we get the info from pipewire.
This commit is contained in:
parent
d02a8375c3
commit
2864e7ec75
4 changed files with 311 additions and 63 deletions
|
|
@ -54,6 +54,12 @@ pa_proplist* pa_proplist_new(void)
|
|||
return pa_proplist_new_dict(NULL);
|
||||
}
|
||||
|
||||
int pa_proplist_update_dict(pa_proplist *p, struct spa_dict *dict)
|
||||
{
|
||||
return pw_properties_update(p->props, dict);
|
||||
}
|
||||
|
||||
|
||||
void pa_proplist_free(pa_proplist* p)
|
||||
{
|
||||
pw_properties_free(p->props);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue