GNOME Bugzilla – Bug 412578
The sundaudio plugins could get more userfriendly
Last modified: 2007-02-27 10:04:16 UTC
1) gstaudiosink.c would need a device-name property, like gstaudiosrc.c has ; 2) both gstaudiosink.c and gstaudiosrc.c should have a property probe for device. That will allow detection schemes like I use in my (currently experimental) gstreamer plugins for ekiga.
See bug #358841 for sample code of GstPropertyProbe (I could do the work myself since I had some hardware to do the testing).
Ok, apparently sun's audio api doesn't allow listing devices, and in most cases has only one : it makes little sense to probe.