[gnome-media] Don't change the volume for PA updates
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-media] Don't change the volume for PA updates
- Date: Tue, 18 Aug 2009 10:58:05 +0000 (UTC)
commit d8cb3cb772683fb8c568be6cd92a669a6794662b
Author: Bastien Nocera <hadess hadess net>
Date: Tue Aug 18 10:59:32 2009 +0100
Don't change the volume for PA updates
Don't push the volume to PA when receiving a change in
the channel map from PA.
gnome-volume-control/src/gvc-mixer-control.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-volume-control/src/gvc-mixer-control.c b/gnome-volume-control/src/gvc-mixer-control.c
index eba8f55..099f5cb 100644
--- a/gnome-volume-control/src/gvc-mixer-control.c
+++ b/gnome-volume-control/src/gvc-mixer-control.c
@@ -691,7 +691,7 @@ update_sink (GvcMixerControl *control,
if (map == NULL)
map = gvc_mixer_stream_get_channel_map (stream);
- gvc_channel_map_volume_changed (map, &info->volume, TRUE);
+ gvc_channel_map_volume_changed (map, &info->volume, FALSE);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]