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:10:02 +0000 (14:10 +0300)
commit33570944401747f44d8ebfec535350651413fb92
tree2d315a495e53938907b2355fe3be6d87a5dfff09
parent20dc49749c7ef37b23eec27aca41a355179b5919
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