mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
tests: update soup test for removed iradio-mode property
This commit is contained in:
parent
2cfb92f253
commit
32365953c3
1 changed files with 0 additions and 1 deletions
|
@ -364,7 +364,6 @@ GST_START_TEST (test_icy_stream)
|
||||||
|
|
||||||
src = gst_element_factory_make ("souphttpsrc", NULL);
|
src = gst_element_factory_make ("souphttpsrc", NULL);
|
||||||
fail_unless (src != NULL);
|
fail_unless (src != NULL);
|
||||||
g_object_set (src, "iradio-mode", TRUE, NULL);
|
|
||||||
|
|
||||||
sink = gst_element_factory_make ("fakesink", NULL);
|
sink = gst_element_factory_make ("fakesink", NULL);
|
||||||
fail_unless (sink != NULL);
|
fail_unless (sink != NULL);
|
||||||
|
|
Loading…
Reference in a new issue