From e206f74bcea198673e6e64f04218d7c72a56efcd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 21 May 2008 17:35:50 +0000 Subject: gst/udp/: Joining a multicast group and setting the loop/ttl properties are totally unrelated tasks are must be separ... Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal): * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl), (gst_udp_join_group): * gst/udp/gstudpnetutils.h: * gst/udp/gstudpsrc.c: (gst_udpsrc_start): Joining a multicast group and setting the loop/ttl properties are totally unrelated tasks are must be separated. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index d0749502..5e771924 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d0749502b0e891038593866f619a75305367b409 +Subproject commit 5e771924d59d9ac912237ea466d0c60ad95df5ab -- cgit