[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-412-g611154c
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Jan 27 15:25:53 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 3affa7e02deae2d61cacb59dcdd4c2f0846ef9dc (commit)
- Log -----------------------------------------------------------------
611154c... Merge commit 'coling/master'
6e31178... Fix the message processing for PA_SINK_MESSAGE_GET_LATENCY by returning rather than breaking and falling through.
-----------------------------------------------------------------------
Summary of changes:
src/modules/module-raop-sink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 6e31178fd9cff2377eb1c6943d4c4d7b808b37d6
Author: Colin Guthrie <pulse at colin.guthr.ie>
Date: Tue Jan 27 22:59:36 2009 +0000
Fix the message processing for PA_SINK_MESSAGE_GET_LATENCY by returning rather than breaking and falling through.
diff --git a/src/modules/module-raop-sink.c b/src/modules/module-raop-sink.c
index 02ef2aa..74ee612 100644
--- a/src/modules/module-raop-sink.c
+++ b/src/modules/module-raop-sink.c
@@ -208,7 +208,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse
w = pa_bytes_to_usec((u->offset - u->encoding_overhead + (u->encoded_memchunk.length / u->encoding_ratio)), &u->sink->sample_spec);
*((pa_usec_t*) data) = w > r ? w - r : 0;
- break;
+ return 0;
}
case SINK_MESSAGE_PASS_SOCKET: {
commit 611154caca20fc6b3c4240bf3e9c7e78cc403327
Merge: 3affa7e... 6e31178...
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jan 28 00:25:50 2009 +0100
Merge commit 'coling/master'
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list