mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-12 04:28:02 -05:00
Since `impl::requestComplete()` runs in an internal libcamera thread, extra care would need to be taken to validate all accesses to common data structures. For example, the function might call `spa_libcamera_buffer_recycle()`, which accesses `impl::ctrls`, which would be unsafe because it could read or modified at the same time on the data thread. So move the processing of requests to the data loop. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||