mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
pipewiresrc: also notify waiters when start fails
This commit is contained in:
parent
97be5687ec
commit
077808b09a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue