It was reported that WebKit can't play several radio streams. Totem can handle them fine, so I'm reporting this against WebKit rather than GStreamer. Example stream that works only in Totem: http://m.energy.de/webradio/cha/special (Note, the stream does not play at all for me. I think it requires MP3.)
Those streams seems to use the HLS adaptive streaming protocol. The core of the issue is that hlsdemux uses our httpsrc element in WebKit whereas in Totem the usual souphttpsrc element would be used to download fragments. See also https://bugs.webkit.org/show_bug.cgi?id=144040 and https://bugs.webkit.org/show_bug.cgi?id=138606
Our httpsrc element doesn't behave very well in some cases when used by adaptivedemux/hlsdemux.
*** This bug has been marked as a duplicate of bug 144040 ***