[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.12-97-g4b67ea1
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Sep 30 18:44:08 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 99acad7782b0f5be5b824bd69246cbbaa9ad199c (commit)
- Log -----------------------------------------------------------------
4b67ea1... remove useless log message, re #367
-----------------------------------------------------------------------
Summary of changes:
src/pulsecore/sink.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 4b67ea166ab9e95f2e483c23449a2fbc0af48f7e
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 1 03:44:03 2008 +0200
remove useless log message, re #367
diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index 6fa22dc..e04fc08 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -663,7 +663,6 @@ void pa_sink_render(pa_sink*s, size_t length, pa_memchunk *result) {
pa_sw_cvolume_multiply(&volume, &s->thread_info.soft_volume, &info[0].volume);
if (s->thread_info.soft_muted || !pa_cvolume_is_norm(&volume)) {
- pa_log("adjusting volume ");
pa_memchunk_make_writable(result, 0);
if (s->thread_info.soft_muted || pa_cvolume_is_muted(&volume))
pa_silence_memchunk(result, &s->sample_spec);
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list