mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05: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(
|
void pa_sink_input_request_rewind(
|
||||||
pa_sink_input *i,
|
pa_sink_input *i,
|
||||||
size_t nbytes /* in our sample spec */,
|
size_t nbytes /* in our sample spec */,
|
||||||
bool rewrite,
|
bool rewrite, /* rewrite what we have, or get fresh data? */
|
||||||
bool flush,
|
bool flush, /* flush render memblockq? */
|
||||||
bool dont_rewind_render) {
|
bool dont_rewind_render) {
|
||||||
|
|
||||||
size_t lbq;
|
size_t lbq;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue