pipewiresrc: also notify waiters when start fails

This commit is contained in:
Wim Taymans 2021-09-15 15:53:22 +02:00
parent 97be5687ec
commit 077808b09a

View file

@ -586,6 +586,7 @@ gst_pipewire_src_stream_start (GstPipeWireSrc *pwsrc)
start_error:
{
GST_DEBUG_OBJECT (pwsrc, "error starting stream: %s", error);
pw_thread_loop_signal (pwsrc->core->loop, FALSE);
pw_thread_loop_unlock (pwsrc->core->loop);
return FALSE;
}