summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-06-09 17:29:08 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-06-09 17:29:08 +0000
commit6052579ae40b22a9f17a3864ef1fdc896f7d351b (patch)
tree9693d422dc6fdd750d955b244391f8d0a33bd5b3 /ChangeLog
parent78d078e9863ddec028f6ded082bfdb3fee189608 (diff)
sys/sunaudio/: Attached find a patch that fixes a number of bugs with the SunAudio mixer plugin and fixes #344101: 1....
Original commit message from CVS: Patch by: Brian Cameron <brian dot cameron at sun dot com> * sys/sunaudio/gstsunaudiomixerctrl.c: (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume), (gst_sunaudiomixer_ctrl_set_mute): * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init), (gst_sunaudiosink_init), (gst_sunaudiosink_prepare), (gst_sunaudiosink_write): Attached find a patch that fixes a number of bugs with the SunAudio mixer plugin and fixes #344101: 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3 tracks onto the tracklist causing gnome-volume-control's preferences dialog to be messed up and would core dump if you checked/unchecked any item. 2. We weren't previously setting the MUTE flag properly. Fixing this makes gnome-volume-control work better. 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes gnome-volume-control look better. Also some minor cleanup in gstsunaudiosink.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f794229..b6fe5c4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2006-06-09 Wim Taymans <wim@fluendo.com>
+ Patch by: Brian Cameron <brian dot cameron at sun dot com>
+
+ * sys/sunaudio/gstsunaudiomixerctrl.c:
+ (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
+ (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
+ (gst_sunaudiomixer_ctrl_set_mute):
+ * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
+ (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
+ (gst_sunaudiosink_write):
+ Attached find a patch that fixes a number of bugs with the SunAudio mixer
+ plugin and fixes #344101:
+ 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3 tracks onto
+ the tracklist causing gnome-volume-control's preferences dialog to be messed
+ up and would core dump if you checked/unchecked any item.
+ 2. We weren't previously setting the MUTE flag properly. Fixing this makes
+ gnome-volume-control work better.
+ 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT and
+ the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes gnome-volume-control
+ look better.
+ Also some minor cleanup in gstsunaudiosink.c.
+
+
+2006-06-09 Wim Taymans <wim@fluendo.com>
+
* ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
(gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
(gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),