audioconvert: handle follower EnumFormat changes as well

This commit is contained in:
Wim Taymans 2021-09-01 13:09:05 +02:00
parent 774db99d12
commit 6c3c88f9d3

View file

@ -916,6 +916,9 @@ static void follower_port_info(void *data,
uint32_t idx;
switch (info->params[i].id) {
case SPA_PARAM_EnumFormat:
idx = IDX_EnumFormat;
break;
case SPA_PARAM_Format:
idx = IDX_Format;
break;