Skip to content
Commit b924c04c authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Fix m_produceThread teardown in PipeWireBaseEncodedStream::refresh

If the node id changes, the old produce thread is going to be destroyed.
However, the QThread object can't be just nuked. We must wait until the
finishes execution before destroying the QThread object.
parent 11beb110
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment