mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
type-info: add missing type for EnumProfile
This commit is contained in:
parent
499dd3ff22
commit
61ce4e77f6
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ static const struct spa_type_info spa_type_param[] = {
|
|||
{ SPA_PARAM_Buffers, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "Buffers", NULL },
|
||||
{ SPA_PARAM_Meta, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "Meta", NULL },
|
||||
{ SPA_PARAM_IO, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "IO", NULL },
|
||||
{ SPA_PARAM_EnumProfile, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "EnumProfile", NULL },
|
||||
{ SPA_PARAM_Profile, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "Profile", NULL },
|
||||
{ 0, 0, NULL, NULL },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue