GNOME Bugzilla – Bug 523854
[souphttpsrc] Glitches and crackling when playing things with playbin
Last modified: 2008-03-22 18:18:31 UTC
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472135 Summary: -------- Works fine: $ gst-launch -v souphttpsrc location=http://scfire-dll-aa02.stream.aol.com:80/stream/1040 ! mad ! volume volume=0.8 ! alsasink Gives glitches/crackling (when no gnomevfs is installed and gio doesn't handle http, i.e. no gvfs installed or gio plugin from latest cvs): gst-launch playbin uri=http://scfire-dll-aa02.stream.aol.com:80/stream/1040 volume=0.8
Does playbin plug an icydemux element?
2008-03-22 Sebastian Dröge <slomo@circular-chaos.org> * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator): Actually set the icy caps on our src pad if we have icecast data. Fixes bug #523854.