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  df564040b5f0e530730b11d0ad04abae12edb06f (commit)

- Log -----------------------------------------------------------------
587a08b... Fix a typo I know owe Marc-Andre a beer for.
-----------------------------------------------------------------------

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

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

commit 587a08bae417d65f5b51da50706fe1c964275f1d
Author: Lennart Poettering <[email protected]>
Date:   Wed Jan 14 00:54:38 2009 +0100

    Fix a typo I know owe Marc-Andre a beer for.

diff --git a/src/modules/module-sine-source.c b/src/modules/module-sine-source.c
index 1b8e7b3..79d3b13 100644
--- a/src/modules/module-sine-source.c
+++ b/src/modules/module-sine-source.c
@@ -96,9 +96,9 @@ static int source_process_msg(
 
     switch (code) {
 
-        case PA_SINK_MESSAGE_SET_STATE:
+        case PA_SOURCE_MESSAGE_SET_STATE:
 
-            if (PA_PTR_TO_UINT(data) == PA_SINK_RUNNING)
+            if (PA_PTR_TO_UINT(data) == PA_SOURCE_RUNNING)
                 u->timestamp = pa_rtclock_usec();
 
             break;

-- 
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to