[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. 46a35c681f87b540c53d1af380ccfc65b041707f
Lennart Poettering
gitmailer-noreply at 0pointer.de
Wed Jul 16 02:28:50 PDT 2008
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 ff3f43525d0b528d43a0480d596973d07c920580 (commit)
- Log -----------------------------------------------------------------
46a35c6... forward process_msg calls to the generic source handler, not the generic sink handler
-----------------------------------------------------------------------
Summary of changes:
src/modules/module-tunnel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 46a35c681f87b540c53d1af380ccfc65b041707f
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jul 16 11:28:46 2008 +0200
forward process_msg calls to the generic source handler, not the generic sink handler
diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index 1890646..21f2f84 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -514,7 +514,7 @@ static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t off
case PA_SINK_MESSAGE_SET_STATE: {
int r;
- if ((r = pa_sink_process_msg(o, code, data, offset, chunk)) >= 0)
+ if ((r = pa_source_process_msg(o, code, data, offset, chunk)) >= 0)
stream_cork_within_thread(u, u->source->state == PA_SOURCE_SUSPENDED);
return r;
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list