Allow to reset fd in `PipeWireSourceItem`
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