After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 331763 - [alsamixer] unmute sets the volume to 100%
[alsamixer] unmute sets the volume to 100%
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-19 11:46 UTC by Sebastien Bacher
Modified: 2006-02-21 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-02-19 11:46:14 UTC
* set the volume to some value
* right click on the mixer applet, mute
* right click on the mixer applet, unmute

The volume jumps to 100%, it should keep the previous value
Comment 1 Tim-Philipp Müller 2006-02-20 17:24:56 UTC
The patch in bug #331765 seems to fix this as well.
Comment 2 Sebastien Bacher 2006-02-20 21:25:28 UTC
right, it fixes it for me
Comment 3 Tim-Philipp Müller 2006-02-21 13:46:11 UTC
Committed:

2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
          Fix issues with mixer keeping state when muting/unmuting
          and when changing the volume whilst muted (see #331763
          and #331765).