Skip to content

gst: Prevent a crash when stopping device provider

The provider might fail to connect to the PipeWire core when starting up, so when stopping we need to check the core is valid before attempting to acquire a mutex on its loop.

Merge request reports