mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
tests: client: Avoid bind() failures in tests
https://bugzilla.gnome.org/show_bug.cgi?id=797059
This commit is contained in:
parent
c394de2348
commit
982efec468
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue