mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-25 09:05:57 -04:00
Merge branch 'robberos-https/fix-pwsrc-flushing' into 'master'
pipewiresrc: fix wait_negotiated from change_state See merge request pipewire/pipewire!2750
This commit is contained in:
commit
be2e250620
1 changed files with 0 additions and 4 deletions
|
|
@ -1085,10 +1085,6 @@ wait_negotiated (GstPipeWireSrc *this)
|
||||||
GST_DEBUG_OBJECT (this, "waiting for NEGOTIATED, now %s", pw_stream_state_as_string (state));
|
GST_DEBUG_OBJECT (this, "waiting for NEGOTIATED, now %s", pw_stream_state_as_string (state));
|
||||||
if (state == PW_STREAM_STATE_ERROR)
|
if (state == PW_STREAM_STATE_ERROR)
|
||||||
break;
|
break;
|
||||||
if (this->flushing) {
|
|
||||||
state = PW_STREAM_STATE_ERROR;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this->negotiated)
|
if (this->negotiated)
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue