diff options
| author | Brian Cameron <brian.cameron@sun.com> | 2008-06-10 06:52:44 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-10 06:52:44 +0000 |
| commit | fe573a687f0f03b3cd41a7fea9a68bb0697a725a (patch) | |
| tree | fef1742259d782c534b2fb084f5fa71ea436ede0 /ChangeLog | |
| parent | f3b03cd77318bccf2fd0d724a3f3f6d457b4277f (diff) | |
sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by handling mute as no gain for tracks that ...
Original commit message from CVS:
Patch by: Brian Cameron <brian.cameron at sun dot com>
* sys/sunaudio/gstsunaudiomixerctrl.c:
(gst_sunaudiomixer_ctrl_get_volume),
(gst_sunaudiomixer_ctrl_set_volume):
Improvements for the SunAudio mixer by handling mute as no gain
for tracks that have a gain property but no mute property.
Fixes bug #536067.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org> + Patch by: Brian Cameron <brian.cameron at sun dot com> + + * sys/sunaudio/gstsunaudiomixerctrl.c: + (gst_sunaudiomixer_ctrl_get_volume), + (gst_sunaudiomixer_ctrl_set_volume): + Improvements for the SunAudio mixer by handling mute as no gain + for tracks that have a gain property but no mute property. + Fixes bug #536067. + +2008-06-10 Sebastian Dröge <slomo@circular-chaos.org> + * configure.ac: * ext/pulse/Makefile.am: * ext/pulse/plugin.c: (plugin_init): |
