pipewire/spa
Barnabás Pőcze 086de7dcac spa: libcamera: properly dispose of shared_ptr
Previously, in `remove_device()`, the last device would be copied into
the slot of the to-be-remove device. The problem with this is that it
left the shared_ptr untouched in the previously last slot, and hence
creating an extra reference. Fix this by moving instead of copying.

A similar problem is present in `clear_devices()` which also
did not properly dispose of the shared_ptrs. Fix that by
calling `reset()` on each device's camera pointer.
2022-09-15 11:17:47 +00:00
..
examples examples: fix spelling mistake 2022-06-16 16:40:47 +02:00
include bluez5: Add LC3 codec support to LE Audio BAP 2022-09-15 11:17:20 +00:00
plugins spa: libcamera: properly dispose of shared_ptr 2022-09-15 11:17:47 +00:00
tests Add support for MidnightBSD 2022-06-19 18:22:47 +00:00
tools spa: tools: spa-inspect: clear and free handles 2022-06-16 16:59:40 +02:00
meson.build bluez5: Add LC3 codec support to LE Audio BAP 2022-09-15 11:17:20 +00:00