mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: flags just have 1 value
This commit is contained in:
parent
2be4c2ba51
commit
818ef4e138
2 changed files with 4 additions and 3 deletions
|
|
@ -134,7 +134,7 @@ enum spa_choice_type {
|
|||
SPA_CHOICE_Range, /**< range: default, min, max */
|
||||
SPA_CHOICE_Step, /**< range with step: default, min, max, step */
|
||||
SPA_CHOICE_Enum, /**< list: default, alternative,... */
|
||||
SPA_CHOICE_Flags, /**< flags: default, possible flags,... */
|
||||
SPA_CHOICE_Flags, /**< flags: first value is flags */
|
||||
};
|
||||
|
||||
struct spa_pod_choice_body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue