mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse-server: don't count playing in underrun
This commit is contained in:
parent
585f533d27
commit
fc68e901e5
1 changed files with 0 additions and 1 deletions
|
|
@ -1555,7 +1555,6 @@ 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;
|
||||||
}
|
}
|
||||||
pd.read_index += size;
|
pd.read_index += size;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue