mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
test: souphttpsrc: update test_icy_stream url
The old URL would result in multiple redirects, which causes memory leaks with old versions of libsoup as used on the CI. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6049>
This commit is contained in:
parent
1398eb55b3
commit
1a0df09c8f
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ GST_START_TEST (test_icy_stream)
|
|||
|
||||
/* Radionomy Hot40Music shoutcast stream */
|
||||
g_object_set (src, "location",
|
||||
"http://streaming.radionomy.com:80/Hot40Music", NULL);
|
||||
"https://streaming.brol.tech/jamendolounge", NULL);
|
||||
|
||||
/* EOS after the first buffer */
|
||||
g_object_set (src, "num-buffers", 1, NULL);
|
||||
|
|
Loading…
Reference in a new issue