summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-03-30 11:27:46 +0530
committerArun Raghavan <git@arunraghavan.net>2015-04-06 18:16:55 +0530
commitf0c9321b5380d48c6e3376e08a75cd37a39d26f3 (patch)
tree178d2a5f70db6bc8165f31124cce0deef2578b82
parent42eac216cf470f36e4be853b46c8105f4621a9f7 (diff)
sink-input: Clarify the meaning of rewrite and flush a bit in rewinds
-rw-r--r--src/pulsecore/sink-input.c4
1 files 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;