mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
params: add PortConfig debug info
This commit is contained in:
parent
b8b2e494bd
commit
1c27f48992
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ static const struct spa_type_info spa_type_param[] = {
|
|||
{ 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 },
|
||||
{ SPA_PARAM_EnumPortConfig, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "EnumPortConfig", NULL },
|
||||
{ SPA_PARAM_PortConfig, SPA_TYPE_Int, SPA_TYPE_INFO_PARAM_ID_BASE "PortConfig", NULL },
|
||||
{ 0, 0, NULL, NULL },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue