gstreamer/sys/sunaudio
Brian Cameron 6052579ae4 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.
2006-06-09 17:29:08 +00:00
..
gstsunaudio.c add Sun Audio plugin. Verified that nothing breaks and that make check works. 2006-01-09 17:04:52 +00:00
gstsunaudiomixer.c Define GstElementDetails as const and also static (when defined as global) 2006-04-25 21:39:46 +00:00
gstsunaudiomixer.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
gstsunaudiomixerctrl.c sys/sunaudio/: Attached find a patch that fixes a number of bugs with the SunAudio mixer plugin and fixes #344101: 1.... 2006-06-09 17:29:08 +00:00
gstsunaudiomixerctrl.h add Sun Audio plugin. Verified that nothing breaks and that make check works. 2006-01-09 17:04:52 +00:00
gstsunaudiomixertrack.c sys/sunaudio/: Remove unused variables, breaks build from CVS 2006-03-04 18:57:37 +00:00
gstsunaudiomixertrack.h add Sun Audio plugin. Verified that nothing breaks and that make check works. 2006-01-09 17:04:52 +00:00
gstsunaudiosink.c sys/sunaudio/: Attached find a patch that fixes a number of bugs with the SunAudio mixer plugin and fixes #344101: 1.... 2006-06-09 17:29:08 +00:00
gstsunaudiosink.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
Makefile.am add Sun Audio plugin. Verified that nothing breaks and that make check works. 2006-01-09 17:04:52 +00:00