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 491534 - Add Airport Express sink
Add Airport Express sink
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-29 22:08 UTC by Bastien Nocera
Modified: 2008-10-23 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Bastien Nocera 2008-10-23 13:33:33 UTC
Pulseaudio now has an airport express sink. See module-raop-discover.c and module-raop-sink.c in:
http://git.0pointer.de/?p=pulseaudio.git;a=tree;f=src/modules;h=a45985ee98bee74c531d04b9a88df32eb5441da2;hb=HEAD
Comment 2 Sebastian Dröge (slomo) 2008-10-23 13:37:49 UTC
Very interesting... gst-plugins-bad also has an airport express sink since 0.10.8.1 ;)
Comment 3 Bastien Nocera 2008-10-23 13:42:04 UTC
Which is why nobody took the time to close this bug... Anyway, I think pulseaudio is a better place to have "network" sinks like that, as it can easily move streams in between sinks without the applications having to know about it (this is where the Bluetooth audio code is also being integrated).