After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350785 - [ossmixer] provides no way to set mixer device
[ossmixer] provides no way to set mixer device
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.4
Other Linux
: Normal minor
: 0.10.5
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-10 17:43 UTC by Ian Turner
Modified: 2006-08-16 09:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add device property (6.87 KB, patch)
2006-08-13 15:17 UTC, Wim Taymans
committed Details | Review

Description Ian Turner 2006-08-10 17:43:32 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.
Comment 1 Wim Taymans 2006-08-13 15:17:57 UTC
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.
Comment 2 Tim-Philipp Müller 2006-08-14 09:18:31 UTC
*sigh* this assignment thing is really working well
Comment 3 Wim Taymans 2006-08-16 09:26:14 UTC
        * 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