client: Don't reserve multicast address in the client setting case
authorPatricia Muscalu <patricia@axis.com>
Tue, 24 Jul 2018 12:02:40 +0000 (14:02 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 14 Aug 2018 11:31:41 +0000 (14:31 +0300)
commit308480e7624fba1e1b28685907c0b0d1556950fc
tree23c4fa7e660768a488ccc6bf91cefe92f4572359
parenta7bb684e9b2d56b5f95f42b042501c17bbcbf094
client: Don't reserve multicast address in the client setting case

When two multicast clients request specific transport
configurations, and "transport.client-settings" parameter is
set to true, it's wrong to actually require that these two
clients request the same multicast group.
Removed test_client_multicast_invalid_transport_specific test
cases as they wrongly require that the requested destination
address is supposed to be present in the address pool, also in
the case when "transport.client-settings" parameter is set to true.

Change-Id: I4580182ef35996caf644686d6139f72ec599c9fa

https://bugzilla.gnome.org/show_bug.cgi?id=793441
gst/rtsp-server/rtsp-client.c
tests/check/gst/client.c