summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;