Skip to content

Allow to reset fd in `PipeWireSourceItem`

Fushan Wen requested to merge work/fuf/bug464597 into master

The dtor of the source stream object is called after Component.onDestruction in QML, so the file descriptor can be closed after a new PipeWireSourceItem creates, which causes the bug.

BUG: 464597 FIXED-IN: 5.27

Edited by Fushan Wen

Merge request reports