mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
fix switch fallthrough cases
This commit is contained in:
parent
9573b24e52
commit
7cd55c2c6b
3 changed files with 6 additions and 1 deletions
|
|
@ -476,6 +476,7 @@ impl_node_port_enum_params(struct spa_node *node,
|
|||
SPA_PARAM_LIST_id, &SPA_POD_Id(list[*index]), 0);
|
||||
else
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
case SPA_PARAM_EnumFormat:
|
||||
if ((res = port_enum_formats(node, direction, port_id, index, ¶m, &b)) <= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue