Skip to content

馃崚sourcestream: make resilient against pipewire restarts

Harald Sitter requested to merge work/cherry-pick-41020697 into Plasma/6.1

when pipewire restarts the streams get destroyed out from under us. this would then eventually cause double free crashes when the actual destructor runs. to prevent this problem we register a destroy callback and unset the relevant pointer

(cherry picked from commit 41020697)

Co-authored-by: Harald Sitter sitter@kde.org

Merge request reports