summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Kenny <darren.kenny@sun.com>2006-09-15 17:10:22 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-15 17:10:22 +0000
commitc8acc74c5e8e6b637e6526579a4bfb06d15e2659 (patch)
tree0c5ff86ac5c5d1ebf4b5ed61e5c66267738ab95d /ChangeLog
parent00256ae0a9c829ba1207717f45c2cac384990723 (diff)
sys/sunaudio/gstsunaudiomixerctrl.c: Set the output track as the MASTER so that the gnome-settings-daemon keybindings...
Original commit message from CVS: 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92ea0305..e79f65ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-09-15 Wim Taymans <wim@fluendo.com>
+ 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.
+
+2006-09-15 Wim Taymans <wim@fluendo.com>
+
* gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
Fix documentation, it is not possible to control the framerate of jpegdec
using filtered caps yet. Fixes #355210.