From f0c9321b5380d48c6e3376e08a75cd37a39d26f3 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 30 Mar 2015 11:27:46 +0530 Subject: sink-input: Clarify the meaning of rewrite and flush a bit in rewinds --- src/pulsecore/sink-input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index fe980c3e3..539ae1756 100644 --- a/src/pulsecore/sink-input.c +++ b/src/pulsecore/sink-input.c @@ -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; -- cgit v1.2.3