mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: account for underrun
Not quite sure, it needs more investigation but It seems the time needs to increase when underrunning. See #510
This commit is contained in:
parent
d2aee61880
commit
be9c2f9757
1 changed files with 1 additions and 0 deletions
|
|
@ -1458,6 +1458,7 @@ static void stream_process(void *data)
|
||||||
pw_stream_flush(stream->stream, true);
|
pw_stream_flush(stream->stream, true);
|
||||||
} else {
|
} else {
|
||||||
pd.underrun_for = size;
|
pd.underrun_for = size;
|
||||||
|
pd.playing_for = size;
|
||||||
pd.underrun = true;
|
pd.underrun = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue