mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
sink-input: Clarify the meaning of rewrite and flush a bit in rewinds
This commit is contained in:
parent
42eac216cf
commit
f0c9321b53
1 changed files with 2 additions and 2 deletions
|
|
@ -2011,8 +2011,8 @@ bool pa_sink_input_safe_to_remove(pa_sink_input *i) {
|
|||
void pa_sink_input_request_rewind(
|
||||
pa_sink_input *i,
|
||||
size_t nbytes /* in our sample spec */,
|
||||
bool rewrite,
|
||||
bool flush,
|
||||
bool rewrite, /* rewrite what we have, or get fresh data? */
|
||||
bool flush, /* flush render memblockq? */
|
||||
bool dont_rewind_render) {
|
||||
|
||||
size_t lbq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue