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 412578 - The sundaudio plugins could get more userfriendly
The sundaudio plugins could get more userfriendly
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other opensolaris
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-27 09:43 UTC by Snark
Modified: 2007-02-27 10:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2007-02-27 09:43:53 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.
Comment 1 Snark 2007-02-27 09:57:06 UTC
See bug #358841 for sample code of GstPropertyProbe (I could do the work myself since I had some hardware to do the testing).
Comment 2 Snark 2007-02-27 10:04:16 UTC
Ok, apparently sun's audio api doesn't allow listing devices, and in most cases has only one : it makes little sense to probe.