mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: after uncork, ask for missing data
When we uncork, ask for any missing data immediately so that we don't underrun in the next process cycle. See #1981
This commit is contained in:
parent
9eddd0474f
commit
ab425d44b8
1 changed files with 1 additions and 0 deletions
|
|
@ -2485,6 +2485,7 @@ static int do_cork_stream(struct client *client, uint32_t command, uint32_t tag,
|
|||
} else {
|
||||
stream->playing_for = 0;
|
||||
stream->underrun_for = -1;
|
||||
stream_send_request(stream);
|
||||
}
|
||||
|
||||
return reply_simple_ack(client, tag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue