From 97084e87c47071482ee9e2102bb480e67b0f5e8d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 26 Jun 2008 19:02:14 +0200 Subject: add a FIXME --- src/pulse/stream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulse') diff --git a/src/pulse/stream.c b/src/pulse/stream.c index 43fc2fed..adce7ad8 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -1092,6 +1092,8 @@ int pa_stream_write( else s->requested_bytes = 0; + /* FIXME!!! ^^^ will break when offset is != 0 and mode is not RELATIVE*/ + if (s->direction == PA_STREAM_PLAYBACK) { /* Update latency request correction */ -- cgit