[Bug 725383] uridecodebin is not setting the "iradio-mode" property in the source element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 28 02:00:44 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725383
  GStreamer | gst-plugins-base | unspecified

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-02-28 10:22:29 UTC ---
It's only used in WebKit with GStreamer decodebin/playbin, right? If so, yes, I
think it should default to true. In fact, you probably don't even need a
property.

It should just send the request headers, and when the server doesn't understand
them it will ignore them, otherwise you get back some icy headers in the
response.

Originally we didn't have that property in souphttpsrc and just defaulted to
true, but that was a problem for people who wanted to do souphttpsrc !
mpegaudioparse ! filesink, because they got glitches in the stream, so we added
the property to allow them to switch it off.

In your case that's not a problem, so I'd just always send it and get rid of
the property.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list