mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
remove property flags
Remove the property flags, we will add info about properties with the param interface.
This commit is contained in:
parent
2ebc65728c
commit
940c8645d3
6 changed files with 8 additions and 36 deletions
|
|
@ -174,7 +174,7 @@ static int impl_node_enum_params(struct spa_node *node,
|
|||
SPA_PROP_INFO_name, &SPA_POD_Stringc("Select the waveform"),
|
||||
SPA_PROP_INFO_type, &SPA_POD_Int(p->wave),
|
||||
0);
|
||||
spa_pod_builder_prop(&b, SPA_PROP_INFO_labels, SPA_POD_PROP_FLAG_INFO);
|
||||
spa_pod_builder_prop(&b, SPA_PROP_INFO_labels, 0);
|
||||
spa_pod_builder_push_struct(&b);
|
||||
spa_pod_builder_int(&b, WAVE_SINE);
|
||||
spa_pod_builder_string(&b, "Sine wave");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue