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 162007 - [PATCH] [autoaudiosink] audio://-URI support
[PATCH] [autoaudiosink] audio://-URI support
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-22 18:33 UTC by Julian Scheel
Modified: 2011-03-14 20:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Diff to current cvs (2.72 KB, patch)
2004-12-22 18:34 UTC, Julian Scheel
needs-work Details | Review

Description Julian Scheel 2004-12-22 18:33:51 UTC
Attached is a patch which adds uri-support to alsasrc. 
For now it gives no errors, but blocks my testing app as soon as the status is 
set to _PLAYING. 
Maybe someone could have a look about it. I'm not yet very familiar with how 
gstreamer works.
Comment 1 Julian Scheel 2004-12-22 18:34:40 UTC
Created attachment 35137 [details] [review]
Diff to current cvs
Comment 2 Ronald Bultje 2004-12-30 10:35:03 UTC
This patch adds a URI interface to alsa, which is good, but it's not the
intended way of doing this. The intended way is to have a bin implementing this
URI interface (audio://), and have it select the best audio input/output (ALSA,
OSS, ESD, Sunaudio, ...) based on the system. Benjamin and I mentioned this on
IRC... This is a good start, but it's not what we'd like to see in gst-plugins. ;).
Comment 3 Ronald Bultje 2005-03-25 17:47:11 UTC
Julian,

I've recently added a 'autoaudiosink' plugin to CVS (in
gst-plugins/gst/autodetect/). Can you create a autoaudiosrc from that and
implement the URI interface in there? I'll accept that patch.
Comment 4 Tim-Philipp Müller 2011-03-14 20:38:13 UTC
autoaudio{src,sink} seem good to me. Not sure how the URI stuff is useful in this context.

Closing as OBSOLETE. Feel free ot re-open if you think this is still of interest.