[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-536-gdc5ec2c
Colin Guthrie
gitmailer-noreply at 0pointer.de
Fri Sep 3 08:17:11 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 master branch has been updated
from d18cae458f0aabfeb4a36d82c60a00422fc98c69 (commit)
- Log -----------------------------------------------------------------
dc5ec2c alsa: increase the smoother window
-----------------------------------------------------------------------
Summary of changes:
src/modules/alsa/alsa-source.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
commit dc5ec2c296ebd3c45dbf8635aa78365e6dd3f052
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 6d073c1..8ed300b 100644
--- a/src/modules/alsa/alsa-source.c
+++ b/src/modules/alsa/alsa-source.c
@@ -1557,8 +1557,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