mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-08 13:40:13 +01:00
At the moment, the same transition can be completed multiple times (assuming sufficiently high reference count): return_error() finish() return_error() The consequence of that is that the transition closure will be invoked multiple times. This is unexpected. Add some guards against completing a transition or calling finish() multiple times. Fixes #628 |
||
|---|---|---|
| .. | ||
| wp | ||
| meson.build | ||