Revert "rtsp-stream: avoid duplicating the first multicast client"

This reverts commit 3357094440.

Commits where accidentially squashed together
This commit is contained in:
Sebastian Dröge 2018-08-14 14:25:53 +03:00
parent 443c2b73e5
commit d06f3af0be

View file

@ -1157,6 +1157,8 @@ set_multicast_socket_for_udpsink (GstElement * udpsink, GSocket * socket,
GST_INFO ("setting ttl-mc %d", mcast_ttl);
g_object_set (G_OBJECT (udpsink), "ttl-mc", mcast_ttl, NULL);
}
g_signal_emit_by_name (udpsink, "add", addr_str, port, NULL);
}