impl-link: also stop checking if ACTIVE

This commit is contained in:
Wim Taymans 2020-10-13 09:46:51 +02:00
parent f0a686e784
commit 50d07be7fc

View file

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