mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05: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
|
|
@ -115,7 +115,7 @@ void stream_free(struct stream *stream);
|
|||
void stream_flush(struct stream *stream);
|
||||
uint32_t stream_pop_missing(struct stream *stream);
|
||||
|
||||
int stream_send_underflow(struct stream *stream, int64_t offset, uint32_t underrun_for);
|
||||
int stream_send_underflow(struct stream *stream, int64_t offset);
|
||||
int stream_send_overflow(struct stream *stream);
|
||||
int stream_send_killed(struct stream *stream);
|
||||
int stream_send_started(struct stream *stream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue