mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
v4l2: no range for fixed framerates
Print fixed values correctly
This commit is contained in:
parent
bf09421240
commit
05adcb31e5
1 changed files with 3 additions and 0 deletions
|
|
@ -792,6 +792,9 @@ have_framerate:
|
|||
}
|
||||
n_fractions++;
|
||||
}
|
||||
if (n_fractions <= 1) {
|
||||
prop->body.flags &= ~(SPA_POD_PROP_RANGE_MASK | SPA_POD_PROP_FLAG_UNSET);
|
||||
}
|
||||
spa_pod_builder_pop (&b, &f[1]);
|
||||
spa_pod_builder_pop (&b, &f[0]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue