diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2015-11-30 21:01:17 -0800 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2015-12-01 11:27:17 -0800 |
commit | f9b5271694987e387266f59b1a5ba4ac94efda38 (patch) | |
tree | 2b4a3756c71f23415962188962a6f7f9607c5f59 | |
parent | 4c50ad0e27bfc431541897507c2bc6b90080aac7 (diff) |
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
-rw-r--r-- | tests/check/elements/souphttpsrc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c index c2a7c5739..4f1b0435e 100644 --- a/tests/check/elements/souphttpsrc.c +++ b/tests/check/elements/souphttpsrc.c @@ -387,8 +387,9 @@ GST_START_TEST (test_icy_stream) gst_bin_add (GST_BIN (pipe), sink); fail_unless (gst_element_link (src, sink)); - /* Virgin Radio 32kbps mp3 shoutcast stream */ - g_object_set (src, "location", "http://mp3-vr-32.smgradio.com:80/", NULL); + /* Radionomy Hot40Music shoutcast stream */ + g_object_set (src, "location", + "http://streaming.radionomy.com:80/Hot40Music", NULL); /* EOS after the first buffer */ g_object_set (src, "num-buffers", 1, NULL); |