summaryrefslogtreecommitdiffstats
path: root/src/utils/pactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/pactl.c')
-rw-r--r--src/utils/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index 4c22c925..e3305f0f 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -515,7 +515,7 @@ static void stream_write_callback(pa_stream *s, size_t length, void *userdata) {
quit(1);
}
- pa_stream_write(s, d, length, free, 0);
+ pa_stream_write(s, d, length, free, 0, PA_SEEK_RELATIVE);
sample_length -= length;