[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-77-g4fb02d8
Colin Guthrie
gitmailer-noreply at 0pointer.de
Fri Sep 3 08:19:15 PDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The stable-queue branch has been updated
from 93750199f8292847f7f63ab17ef5f5c803c2fea9 (commit)
- Log -----------------------------------------------------------------
4fb02d8 alsa: increase the smoother window
-----------------------------------------------------------------------
Summary of changes:
src/modules/alsa/alsa-source.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
commit 4fb02d8e0efed20a3e01f3456d091e408a72953f
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Fri Sep 3 16:47:44 2010 +0200
alsa: increase the smoother window
40ms for the smoother window is too small. Increase the size to 4 seconds, like
we do for the sinks.
diff --git a/src/modules/alsa/alsa-source.c b/src/modules/alsa/alsa-source.c
index c147623..c9c6048 100644
--- a/src/modules/alsa/alsa-source.c
+++ b/src/modules/alsa/alsa-source.c
@@ -1555,8 +1555,8 @@ pa_source *pa_alsa_source_new(pa_module *m, pa_modargs *ma, const char*driver, p
pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll);
u->smoother = pa_smoother_new(
- DEFAULT_TSCHED_WATERMARK_USEC*2,
- DEFAULT_TSCHED_WATERMARK_USEC*2,
+ DEFAULT_TSCHED_BUFFER_USEC*2,
+ DEFAULT_TSCHED_BUFFER_USEC*2,
TRUE,
TRUE,
5,
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list