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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to