[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-408-g514661e

Lennart Poettering gitmailer-noreply at 0pointer.de
Tue Jan 27 14:58:38 PST 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  0f664b736553f87bce6073b53c19f31046d67dfd (commit)

- Log -----------------------------------------------------------------
514661e... don't make m-e-s hit an assert when the latency is queried
-----------------------------------------------------------------------

Summary of changes:
 src/modules/module-esound-sink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

commit 514661e36c03176b08f28d75eed018708cb8094d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Jan 27 23:58:34 2009 +0100

    don't make m-e-s hit an assert when the latency is queried

diff --git a/src/modules/module-esound-sink.c b/src/modules/module-esound-sink.c
index f6b90a4..552cf75 100644
--- a/src/modules/module-esound-sink.c
+++ b/src/modules/module-esound-sink.c
@@ -169,7 +169,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse
             w = pa_bytes_to_usec((uint64_t) u->offset + u->memchunk.length, &u->sink->sample_spec);
 
             *((pa_usec_t*) data) = w > r ? w - r : 0;
-            break;
+            return 0;
         }
 
         case SINK_MESSAGE_PASS_SOCKET: {

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list