tests: client: Avoid bind() failures in tests

https://bugzilla.gnome.org/show_bug.cgi?id=797059
This commit is contained in:
Patricia Muscalu 2018-09-27 19:57:13 +02:00 committed by Sebastian Dröge
parent c394de2348
commit 982efec468

View file

@ -927,7 +927,7 @@ GST_END_TEST;
GST_START_TEST (test_client_multicast_transport_specific_no_address_in_pool) GST_START_TEST (test_client_multicast_transport_specific_no_address_in_pool)
{ {
expected_transport = "RTP/AVP;multicast;destination=234.252.0.3;" 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 (); multicast_transport_specific ();
expected_transport = NULL; expected_transport = NULL;
} }