GNOME Bugzilla – Bug 356142
GST Sun Audio Mixer doesn't set only Output Track as Master Track
Last modified: 2006-09-15 17:10:50 UTC
Please describe the problem: Because the GST Sun Audio Mixer code doesn't set the one and only output track as being the master track the gnome-settings-daemon keybindings for changing the volume using the keyboard don't work. Steps to reproduce: 1. On a Sun Keyboard, press the voume up/down buttons or on a laptop using the Fn+Volume keys. Actual results: The dialog with the sound icon pops up, but always has a volume of 0. Expected results: The volume should change. Does this happen every time? Yes Other information: I'm attaching a patch to fix this.
Created attachment 72861 [details] [review] Patch to set MASTER flag.
Thanks! Patch by: Darren Kenny <darren dot kenny at sun dot com> * sys/sunaudio/gstsunaudiomixerctrl.c: (gst_sunaudiomixer_ctrl_build_list): Set the output track as the MASTER so that the gnome-settings-daemon keybindings for changing the volume using the keyboard works. Fixes #356142.