https://bugs.kde.org/show_bug.cgi?id=489434
--- Comment #15 from SigHunter <sighun...@gmx.de> --- (In reply to Arjen Hiemstra from comment #14) > Git commit 1977da38ed25aa15347eb9027cb1fde3d66b075f by Arjen Hiemstra. > Committed on 09/07/2024 at 10:01. > Pushed by ahiemstra into branch 'Plasma/6.1'. > > 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. > > > (cherry picked from commit b787a4953130a14704183dd794e2dbb741001a8b) > > Co-authored-by: Arjen Hiemstra <ahiems...@heimr.nl> > > M +22 -5 src/pipewireproduce.cpp > M +2 -0 src/pipewireproduce_p.h > > https://invent.kde.org/plasma/kpipewire/-/commit/ > 1977da38ed25aa15347eb9027cb1fde3d66b075f very cool, I can confirm this works. patched kpipewire-6.1.2 on Gentoo and spectacle recording works again -- You are receiving this mail because: You are watching all bug changes.