From 1a0df09c8f91f9a4d9c61723c47c55d4e51ed4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 4 Feb 2024 14:00:01 +0100 Subject: [PATCH] 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: --- subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c b/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c index 0a299426e8..a8f9ec9f5f 100644 --- a/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c +++ b/subprojects/gst-plugins-good/tests/check/elements/souphttpsrc.c @@ -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);