From 982efec468201b458f057c1ec50faefb9b991020 Mon Sep 17 00:00:00 2001 From: Patricia Muscalu Date: Thu, 27 Sep 2018 19:57:13 +0200 Subject: [PATCH] tests: client: Avoid bind() failures in tests https://bugzilla.gnome.org/show_bug.cgi?id=797059 --- tests/check/gst/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/gst/client.c b/tests/check/gst/client.c index b2e0dd3..6c5240e 100644 --- a/tests/check/gst/client.c +++ b/tests/check/gst/client.c @@ -927,7 +927,7 @@ GST_END_TEST; GST_START_TEST (test_client_multicast_transport_specific_no_address_in_pool) { expected_transport = "RTP/AVP;multicast;destination=234.252.0.3;" - "ttl=1;port=6000-6001;mode=\"PLAY\""; + "ttl=1;port=10002-10004;mode=\"PLAY\""; multicast_transport_specific (); expected_transport = NULL; } -- 2.7.4