[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-596-g340729d

Colin Guthrie gitmailer-noreply at 0pointer.de
Sun Oct 17 13:05:30 PDT 2010


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  13278bf23407d934b56ba06d460310beb64017eb (commit)

- Log -----------------------------------------------------------------
340729d log: Totally trivial spelling 'correction' (for en-US)
34c545c man: Clarify wording in volume sync documentation.
-----------------------------------------------------------------------

Summary of changes:
 man/pulse-daemon.conf.5.xml.in |    4 ++--
 src/pulsecore/sink-input.c     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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

commit 34c545c00cab2252425449ebba4ef8c60c56b4d3
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Oct 17 19:28:27 2010 +0200

    man: Clarify wording in volume sync documentation.

diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 0575f56..f0e1de4 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -447,8 +447,8 @@ USA.
     cause the resulting output sound to be momentarily too loud or too soft.
     So to ensure SW and HW volumes are applied concurrently without any
     glitches, their application needs to be synchronized. The sink
-    implementation needs to support synchornised volumes can use the following
-    parameters to refine the process.</p>
+    implementation needs to support synchronized volumes. The following
+    parameters can be used to refine the process.</p>
 
     <option>
       <p><opt>enable-sync-volume=</opt> Enable sync volume for the sinks that

commit 340729d66f748c067f63f1a24679513963e19b2d
Author: Colin Guthrie <cguthrie at mandriva.org>
Date:   Sun Oct 17 21:05:39 2010 +0100

    log: Totally trivial spelling 'correction' (for en-US)

diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c
index fe840b8..065fd2d 100644
--- a/src/pulsecore/sink-input.c
+++ b/src/pulsecore/sink-input.c
@@ -1181,7 +1181,7 @@ pa_bool_t pa_sink_input_may_move(pa_sink_input *i) {
         return FALSE;
 
     if (i->sync_next || i->sync_prev) {
-        pa_log_warn("Moving synchronised streams not supported.");
+        pa_log_warn("Moving synchronized streams not supported.");
         return FALSE;
     }
 

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list