Michael Schuster wrote: > All, > > this is on a no-name PC running build 127 and using a Sun type 7 > keyboard: > > when I press mute, I expect a subsequent unmute to reset the volume to > the previous level - which sometimes works, and sometimes not. In the > cases where it doesn't, I get "0" volume back, and have to press the > "louder" button several times to get back to what I had previously. > > is this expected/designed? > > cheers > Michael
This is an artifact of the way gstreamer is designed. We should fix it, but I'll be honest and tell you that this is pretty far down my priority queue. (Essentially, the "mute" button is fabricated internally by GStreamer, and sets the volume to zero. It is supposed to retain the previous setting so when you unmute it works, but this gets foiled when you have multiple apps in use, or you quit and restart the volume control app.) - Garrett