audioadapter: also update the follower PropInfo flags

So that we can enumerate them.
This commit is contained in:
Wim Taymans 2021-12-01 11:29:45 +01:00
parent 0680e249e5
commit e3ddcc3b19

View file

@ -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;