Bug 305141 - random muting madness
Summary: random muting madness
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-media
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F8Blocker
TreeView+ depends on / blocked
 
Reported: 2007-09-25 14:35 UTC by Matthias Clasen
Modified: 2008-06-02 19:58 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-03 16:06:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthias Clasen 2007-09-25 14:35:03 UTC
When I use the mixer applet while another volume control (gnome-volume-control
or the pulseaudio volume control) is running, muting happens randomly while I
drag the slider.

Comment 1 Bastien Nocera 2007-09-25 15:17:47 UTC
Problem is that there's no get_mute, so the only way to get the status reliably
is to use the new notification mechanism to get updates.

This is a pretty large change to add to gnome-media right now.

There's also problems with the tracks' left and right channels randomly
unlocking themselves from each other, which are probably due to some get_volume
failing within the alsa mixer plugin.

Which version of the mixer applet are you using? It shouldn't mute the track
when volume is reaching 0 anymore.

Comment 2 Matthias Clasen 2007-09-25 16:19:50 UTC
This is with gnome-media-2.20.0-2.fc8


And, urgh, now that I try again, I see random muting even without any other
volume control app running...

Comment 3 Matthias Clasen 2007-09-25 16:32:14 UTC
gnome-applets-2.20.0-5.fc8

Comment 4 Bastien Nocera 2007-09-25 17:06:54 UTC
So that's the mixer applet running on its own causing problems?

The mute overlay is used for volume == 0, and when muted (properly), so this
means that gstreamer/alsa is sending spurious mute updated messages, or that the
volume getting gets 0.

Could you please ltrace the mixer applet and check the results for failed 
snd_mixer_selem_get_playback_volume()?

I haven't been able to reproduce the problem. If the problem comes from spurious
mute messages, I'll cook up a patch to gnome-applets for debugging.

Comment 5 Matthias Clasen 2007-10-03 16:06:33 UTC
I cannot really reproduce the problem anymore here. 
So lets assume that things work better now.

Comment 6 Marc-Andre Lureau 2008-06-02 19:58:59 UTC
Hi there, 

please try also with gnome-media 2.23.3 (should be out in a few hours ;), it
removes the weird code that was muting the device when all sliders where 0, and
was not changing this back according to device events.


Note You need to log in before you can comment on or make changes to this bug.