mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-28 21:38:18 +02:00
m-device-activation: fix typo when parsing device profiles
This commit is contained in:
parent
fbe1e5177b
commit
6550718823
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ on_device_enum_profile_done (WpProxy *proxy, GAsyncResult *res,
|
|||
|
||||
/* Parse */
|
||||
if (!wp_spa_pod_get_object (pod,
|
||||
"ParamProfile", NULL,
|
||||
"Profile", NULL,
|
||||
"index", "i", &index,
|
||||
"name", "s", &name,
|
||||
NULL)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue