mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
tests: souphttpsrc: switch shoutcast stream provider
Fixes failing ICY test. Previous provider has streaming disabled outside UK. https://bugzilla.gnome.org/show_bug.cgi?id=758114
This commit is contained in:
parent
4c50ad0e27
commit
f9b5271694
1 changed files with 3 additions and 2 deletions
|
@ -387,8 +387,9 @@ GST_START_TEST (test_icy_stream)
|
||||||
gst_bin_add (GST_BIN (pipe), sink);
|
gst_bin_add (GST_BIN (pipe), sink);
|
||||||
fail_unless (gst_element_link (src, sink));
|
fail_unless (gst_element_link (src, sink));
|
||||||
|
|
||||||
/* Virgin Radio 32kbps mp3 shoutcast stream */
|
/* Radionomy Hot40Music shoutcast stream */
|
||||||
g_object_set (src, "location", "http://mp3-vr-32.smgradio.com:80/", NULL);
|
g_object_set (src, "location",
|
||||||
|
"http://streaming.radionomy.com:80/Hot40Music", NULL);
|
||||||
|
|
||||||
/* EOS after the first buffer */
|
/* EOS after the first buffer */
|
||||||
g_object_set (src, "num-buffers", 1, NULL);
|
g_object_set (src, "num-buffers", 1, NULL);
|
||||||
|
|
Loading…
Reference in a new issue