diff options
Diffstat (limited to 'src/pulse')
| -rw-r--r-- | src/pulse/stream.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pulse/stream.c b/src/pulse/stream.c index ab8f8f43..8da40eca 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -2146,6 +2146,11 @@ pa_operation* pa_stream_flush(pa_stream *s, pa_stream_success_cb_t cb, void *use           * index, but the read index might jump. */          invalidate_indexes(s, TRUE, FALSE); +    /* Note that we do not update requested_bytes here. This is +     * because we cannot really know how data actually was dropped +     * from the write index due to this. This 'error' will be applied +     * by both client and server and hence we should be fine. */ +      return o;  }  | 
