GNOME Bugzilla – Bug 350785
[ossmixer] provides no way to set mixer device
Last modified: 2006-08-16 09:26:14 UTC
The ossmixer element has the device "/dev/mixer" hardcoded into it -- there is no way to specify an alternate device name. It should support the "device" property like its bretheren.
Created attachment 70820 [details] [review] patch to add device property This patch adds a device property to the mixer. Also contains some cleanups and better error reporting.
*sigh* this assignment thing is really working well
* sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new): * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init), (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property), (gst_oss_mixer_element_get_property), (gst_oss_mixer_element_change_state): * sys/oss/gstossmixerelement.h: Small cleanups. Better error reporting. Add device property for the mixer instead of the hardcoded /dev/mixer. Fixes #350785. API: GstOssMixerElement::device property