mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Revert "rtsp-stream: avoid duplicating the first multicast client"
This reverts commit 3357094440
.
Commits where accidentially squashed together
This commit is contained in:
parent
443c2b73e5
commit
d06f3af0be
1 changed files with 2 additions and 0 deletions
|
@ -1157,6 +1157,8 @@ set_multicast_socket_for_udpsink (GstElement * udpsink, GSocket * socket,
|
||||||
GST_INFO ("setting ttl-mc %d", mcast_ttl);
|
GST_INFO ("setting ttl-mc %d", mcast_ttl);
|
||||||
g_object_set (G_OBJECT (udpsink), "ttl-mc", mcast_ttl, NULL);
|
g_object_set (G_OBJECT (udpsink), "ttl-mc", mcast_ttl, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_signal_emit_by_name (udpsink, "add", addr_str, port, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue