[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.17-33-gfd25e8f
Colin Guthrie
gitmailer-noreply at 0pointer.de
Fri Sep 18 01:23:10 PDT 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 d6291511a25d29c51cc3b22b72b69426f68e461d (commit)
- Log -----------------------------------------------------------------
fd25e8f alsa: Give all ports a human name to allow UI tools to present the choice to users.
0323e48 rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
-----------------------------------------------------------------------
Summary of changes:
src/modules/alsa/alsa-mixer.c | 6 +++---
src/modules/rtp/rtsp_client.c | 2 --
2 files changed, 3 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
commit 0323e48fdc31925178ef375652660785328cb08f
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Fri Sep 18 09:18:04 2009 +0100
rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c
index 8857414..5961806 100644
--- a/src/modules/rtp/rtsp_client.c
+++ b/src/modules/rtp/rtsp_client.c
@@ -446,8 +446,6 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
pa_ioline_puts(c->ioline, hdrs);
pa_xfree(hdrs);
- /* FIXME: this is broken, not necessarily all bytes are written */
-
return 0;
}
commit fd25e8fa8bd22dc3ba4beac0fd12b2fc74bc6902
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Fri Sep 18 09:22:23 2009 +0100
alsa: Give all ports a human name to allow UI tools to present the choice to users.
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 8d54d58..f3ce681 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -1708,11 +1708,11 @@ static int option_verify(pa_alsa_option *o) {
{ "input-radio", N_("Radio") },
{ "input-video", N_("Video") },
{ "input-agc-on", N_("Automatic Gain Control") },
- { "input-agc-off", "" },
+ { "input-agc-off", N_("No Automatic Gain Control") },
{ "input-boost-on", N_("Boost") },
- { "input-boost-off", "" },
+ { "input-boost-off", N_("No Boost") },
{ "output-amplifier-on", N_("Amplifier") },
- { "output-amplifier-off", "" }
+ { "output-amplifier-off", N_("No Amplifier") }
};
pa_assert(o);
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list