From 6d12f81d500a68a205e69071d6c5d4cf15d5f031 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 12 Jan 2009 19:34:12 +0100 Subject: for record streams fill in the latency as the fragsize --- src/utils/pacat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/pacat.c') diff --git a/src/utils/pacat.c b/src/utils/pacat.c index b1e0d1f4..2d88e7f9 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -278,6 +278,7 @@ static void context_state_callback(pa_context *c, void *userdata) { buffer_attr.minreq = (uint32_t) process_time; buffer_attr.maxlength = (uint32_t) -1; buffer_attr.prebuf = (uint32_t) -1; + buffer_attr.fragsize = (uint32_t) latency; flags |= PA_STREAM_ADJUST_LATENCY; } -- cgit