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 523854 - [souphttpsrc] Glitches and crackling when playing things with playbin
[souphttpsrc] Glitches and crackling when playing things with playbin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 523124
 
 
Reported: 2008-03-22 14:14 UTC by Sebastian Dröge (slomo)
Modified: 2008-03-22 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2008-03-22 14:14:20 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
Comment 1 Tim-Philipp Müller 2008-03-22 17:56:51 UTC
Does playbin plug an icydemux element?

Comment 2 Sebastian Dröge (slomo) 2008-03-22 18:18:31 UTC
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.