mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
Instead of applying each control separately, collect them into a `libcamera::ControlList`, and try to apply them at the end. Furthermore, instead of doing a blocking loop invoke, use `spa_loop_locked()` as it is sufficient to update `impl::ctrls`. After this change control setting works in a more "atomic" way since every control is parsed and checked before actually reaching the camera. It is also detected if the given control is not supported by the camera. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||