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 331765 - [alsamixer] mixer applet slider doesn't want to move from the top when muted
[alsamixer] mixer applet slider doesn't want to move from the top when muted
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:51 UTC by Sebastien Bacher
Modified: 2006-02-21 13:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
possible fix (730 bytes, patch)
2006-02-20 17:24 UTC, Tim-Philipp Müller
committed Details | Review

Description Sebastien Bacher 2006-02-19 11:51:54 UTC
* right click on the mixer applet, mute
* left click on it, the slider is on the top
* try moving down the slider, it keeps jumping between the top and the position you want to give to it
* unpress the button, it jumps back to the top

Moving the slider when mutted should unmute and allow to use the slider normally
Comment 1 Tim-Philipp Müller 2006-02-20 17:24:08 UTC
Created attachment 59780 [details] [review]
possible fix

Looks like an alsamixer element issue. Does this fix this for you?
Comment 2 Sebastien Bacher 2006-02-20 21:25:11 UTC
That fixes the moving issue you can argue than moving the slider should unmute it but that's an another topic
Comment 3 Tim-Philipp Müller 2006-02-21 13:48:30 UTC
Something for the usability folks to ponder I suppose .... ;)

Fix 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).