mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
props: improve prop flags
Only keep the READONLY prop flag. Work on test-mixer
This commit is contained in:
parent
7b8bb8da6b
commit
29fbf2e841
18 changed files with 244 additions and 238 deletions
|
|
@ -167,7 +167,7 @@ spa_props_filter (SpaPODBuilder *b,
|
|||
rt2 = p2->body.flags & SPA_POD_PROP_RANGE_MASK;
|
||||
|
||||
/* else we filter. start with copying the property */
|
||||
spa_pod_builder_push_prop (b, &f, p1->body.key, SPA_POD_PROP_FLAG_READWRITE),
|
||||
spa_pod_builder_push_prop (b, &f, p1->body.key, 0),
|
||||
np = SPA_POD_BUILDER_DEREF (b, f.ref, SpaPODProp);
|
||||
|
||||
/* default value */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue