rtsp-stream: avoid duplicating the first multicast client
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 31 Jul 2018 19:17:41 +0000 (21:17 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 14 Aug 2018 11:31:41 +0000 (14:31 +0300)
commitc4141580228ff4c79cd87e970ed3b2650020a4f6
tree9d72b487532556f0c8b94b025575429ba863236a
parentd06f3af0be895a6b60e46af1689ddd64df4512e6
rtsp-stream: avoid duplicating the first multicast client

In dcb4533fedae3ac62bc25a916eb95927b7d69aec , we made it so
clients were dynamically added and removed to the multicast
udp sinks, as such we should no longer add a first client in
set_multicast_socket_for_udpsink

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