mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
cleanups
Remove old files Use set/unset macros to change properties
This commit is contained in:
parent
80ed927885
commit
4cf6860752
8 changed files with 25 additions and 3317 deletions
|
|
@ -452,7 +452,7 @@ again:
|
|||
if (i == 1) {
|
||||
fmt->framerate = fmt->framerates[0];
|
||||
} else {
|
||||
fmt->fmt.props.unset_mask |= 1 << pi;
|
||||
SPA_PROPS_INDEX_UNSET (&fmt->fmt.props, pi);
|
||||
}
|
||||
pi = ++fmt->fmt.props.n_prop_info;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue