mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioadapter: also update the follower PropInfo flags
So that we can enumerate them.
This commit is contained in:
parent
0680e249e5
commit
e3ddcc3b19
1 changed files with 3 additions and 0 deletions
|
|
@ -856,6 +856,9 @@ static void follower_info(void *data, const struct spa_node_info *info)
|
|||
uint32_t idx;
|
||||
|
||||
switch (info->params[i].id) {
|
||||
case SPA_PARAM_PropInfo:
|
||||
idx = IDX_PropInfo;
|
||||
break;
|
||||
case SPA_PARAM_Props:
|
||||
idx = IDX_Props;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue