mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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);
|
||||
} else {
|
||||
pd.underrun_for = size;
|
||||
pd.playing_for = size;
|
||||
pd.underrun = true;
|
||||
}
|
||||
pd.read_index += size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue