mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Currently the plugin uses a single configuration during its entire lifetime. So generate that configuration during initialization and hold on to it. This makes the code a bit simpler, and also fixes issues stemming from missed calls to `spa_libcamera_get_config()` as well as no error checking of `libcamera::Camera::generateConfiguration()`. |
||
|---|---|---|
| .. | ||
| libcamera-device.cpp | ||
| libcamera-manager.cpp | ||
| libcamera-manager.hpp | ||
| libcamera-source.cpp | ||
| libcamera.c | ||
| libcamera.h | ||
| meson.build | ||