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:
Robert Rosengren 2026-03-16 17:08:47 +00:00
commit be2e250620

View file

@ -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;