mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
introspect: use right client property
This commit is contained in:
parent
1efd5f185c
commit
2d4ecaf85d
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ static void client_event_info(void *object, struct pw_client_info *info)
|
|||
else
|
||||
i->proplist = pa_proplist_new_dict(info->props);
|
||||
i->name = info->props ?
|
||||
spa_dict_lookup(info->props, "application.prgname") : NULL;
|
||||
spa_dict_lookup(info->props, "application.name") : NULL;
|
||||
i->driver = info->props ?
|
||||
spa_dict_lookup(info->props, PW_CLIENT_PROP_PROTOCOL) : NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue