mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse-server: remove unused field
And it's not quite useful to debug the value either.
This commit is contained in:
parent
ac919e2a10
commit
6394537dbd
3 changed files with 5 additions and 5 deletions
|
|
@ -1139,7 +1139,7 @@ do_process_done(struct spa_loop *loop,
|
|||
stream->underrun_for = 0;
|
||||
stream->playing_for = 0;
|
||||
if (pd->underrun)
|
||||
stream_send_underflow(stream, stream->read_index, pd->underrun_for);
|
||||
stream_send_underflow(stream, stream->read_index);
|
||||
else
|
||||
stream_send_started(stream);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue