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 555248 - [alsamixer] implement GST_MIXER_TRACK_NO_MUTE etc.
[alsamixer] implement GST_MIXER_TRACK_NO_MUTE etc.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.20
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-06 15:27 UTC by Jannis Pohlmann
Modified: 2012-05-24 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jannis Pohlmann 2008-10-06 15:27:00 UTC
I'm having a problem with the GstMixerTrack for PCM (ALSA). PCM doesn't support muting at all, but there's no way to detect this. Perhaps this information should be added to GstMixerTrackFlags.

There's a related bug filed for xfce4-mixer on http://bugzilla.xfce.org/show_bug.cgi?id=4351. There's also a video demonstrating the problem with xfce4-mixer available on http://mykey57.free.fr/pub/tmp/mixer.ogv. (The mixer always assumes that a GstMixerTrack supports muting.)
Comment 1 Tim-Philipp Müller 2009-04-14 12:08:25 UTC
Flags for this purpose have been added to GstMixerTrack recently (see bug #570832), but probably still need implementing in alsamixer. Changing bug title accordingly. Patches would be much appreciated (-base is freezing for a new release in the next few days).

Comment 2 Tim-Philipp Müller 2012-05-24 15:33:16 UTC
The GstMixer interface has been removed in 0.11/1.0, without a replacement so far, and I don't see anyone jumping to add this to 0.10 at this stage, seeing that it hasn't attracted much interest in the last three years.