mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
impl-link: also stop checking if ACTIVE
This commit is contained in:
parent
f0a686e784
commit
50d07be7fc
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ static void check_states(void *obj, void *user_data, int res, uint32_t id)
|
|||
if (this->info.state == PW_LINK_STATE_ERROR)
|
||||
return;
|
||||
|
||||
if (this->info.state == PW_LINK_STATE_PAUSED)
|
||||
if (this->info.state >= PW_LINK_STATE_PAUSED)
|
||||
return;
|
||||
|
||||
output = this->output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue