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
|
|
@ -158,7 +158,7 @@ static int impl_node_enum_params(struct spa_node *node,
|
|||
SPA_PROP_INFO_name, &SPA_POD_Stringc("The pattern"),
|
||||
SPA_PROP_INFO_type, &SPA_POD_Int(p->pattern),
|
||||
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, PATTERN_SMPTE_SNOW);
|
||||
spa_pod_builder_string(&b, "SMPTE snow");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue