mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
|
|
@ -679,8 +679,7 @@ have_size:
|
|||
spa_pod_builder_push_prop (&b, &f[1],
|
||||
this->type.format_video.framerate,
|
||||
SPA_POD_PROP_RANGE_NONE |
|
||||
SPA_POD_PROP_FLAG_UNSET |
|
||||
SPA_POD_PROP_FLAG_READWRITE);
|
||||
SPA_POD_PROP_FLAG_UNSET);
|
||||
|
||||
prop = SPA_POD_BUILDER_DEREF (&b, f[1].ref, SpaPODProp);
|
||||
n_fractions = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue