pulse-server: leave the draining state

Use pw_stream_set_active() to leave the draining state so that our
process methods are called again and we can resume.
This commit is contained in:
Wim Taymans 2021-11-05 15:47:49 +01:00
parent 90fe579b29
commit 2f3e65c049

View file

@ -1306,6 +1306,8 @@ static void stream_drained(void *data)
stream->drain_tag);
reply_simple_ack(stream->client, stream->drain_tag);
stream->drain_tag = 0;
pw_stream_set_active(stream->stream, true);
}
}