[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test5-135-g4e8ceae

Lennart Poettering gitmailer-noreply at 0pointer.de
Tue Mar 31 13:17:19 PDT 2009


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  76c44d104d8f4ec8729f9601bbad828bd39e253c (commit)

- Log -----------------------------------------------------------------
4e8ceae fix buffer defaults
-----------------------------------------------------------------------

Summary of changes:
 src/modules/module-tunnel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------

commit 4e8ceae064758bc5ea8b541e8c7ceb804fc48d5d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Mar 31 22:16:53 2009 +0200

    fix buffer defaults

diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index 79facdd..1d658ba 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -1926,11 +1926,11 @@ int pa__init(pa_module*m) {
 
     u->time_event = NULL;
 
-    u->maxlength = 0;
+    u->maxlength = (uint32_t) -1;
 #ifdef TUNNEL_SINK
-    u->tlength = u->minreq = u->prebuf = 0;
+    u->tlength = u->minreq = u->prebuf = (uint32_t) -1;
 #else
-    u->fragsize = 0;
+    u->fragsize = (uint32_t) -1;
 #endif
 
     pa_smoother_set_time_offset(u->smoother, pa_rtclock_usec());

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list