GNOME Bugzilla – Bug 656415
Muting microphone issues
Last modified: 2011-08-15 08:48:08 UTC
We have two regressions with muting the microphone: a) Call window is created. You mute the mic. If you unmute it, nothing seems to happen (what actually happens is that it unmutes and mutes again). b) Call window is created. Mic sound is set to, say, 100. You mute the mic. Mic sound is set to 0. You unmute it. Mic sound is still 0 instead of the initial value. This branch fixes both issues. http://cgit.collabora.com/git/user/pochu/empathy.git/log/?h=microphone
Created attachment 193715 [details] [review] CallWindow: fix toggling the microphone on and off We are changing the GSettings key, and also listening to changes on it and reacting to them, but we don't want to react to our own changes!
Created attachment 193716 [details] [review] CallWindow: get the mic volume upon init Otherwise it'll be zero and when we unmute the mic, we'll set the volume to zero as we won't know the old value.
Looks fine to me.
Thanks, merged.