sink-input: Clarify the meaning of rewrite and flush a bit in rewinds

This commit is contained in:
Arun Raghavan 2015-03-30 11:27:46 +05:30
parent 42eac216cf
commit f0c9321b53

View file

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