https://bugs.kde.org/show_bug.cgi?id=489434
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kpipewire/-/commit/b787a | |4953130a14704183dd794e2dbb7 | |41001a8b Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit b787a4953130a14704183dd794e2dbb741001a8b by Arjen Hiemstra. Committed on 09/07/2024 at 09:33. Pushed by ahiemstra into branch 'master'. produce: Destroy PipeWireSourceStream on the right thread m_stream is created during initialize() which is run on the produce thread, so we need to ensure we also destroy it on that thread as otherwise with PipeWire 1.2+ we can end up in a deadlock. M +22 -5 src/pipewireproduce.cpp M +2 -0 src/pipewireproduce_p.h https://invent.kde.org/plasma/kpipewire/-/commit/b787a4953130a14704183dd794e2dbb741001a8b -- You are receiving this mail because: You are watching all bug changes.