[pulseaudio-commits] src/pulsecore

Arun Raghavan arun at kemper.freedesktop.org
Mon Apr 6 05:47:44 PDT 2015


 src/pulsecore/sink-input.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f0c9321b5380d48c6e3376e08a75cd37a39d26f3
Author: Arun Raghavan <git at arunraghavan.net>
Date:   Mon Mar 30 11:27:46 2015 +0530

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

diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c
index fe980c3..539ae17 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;



More information about the pulseaudio-commits mailing list