pulse-server: don't count playing in underrun

This commit is contained in:
Wim Taymans 2021-01-27 15:33:01 +01:00
parent 585f533d27
commit fc68e901e5

View file

@ -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;