summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstmultiudpsink.h
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-01-17 11:13:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-17 11:13:16 +0000
commit156151291bfcced63eb356629206537a02eb52c3 (patch)
tree7dac463250cafb840499158ef8453c6d0ea1a18e /gst/udp/gstmultiudpsink.h
parent4c3b21a09a3fc332bfb357107540646925c4e8c1 (diff)
gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast group or not. This can be useful when shari...
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_init), (gst_multiudpsink_set_property), (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal), (gst_multiudpsink_remove): * gst/udp/gstmultiudpsink.h: Add property to automatically join a multicast group or not. This can be useful when sharing a socket between multiple elements. Fixes #509531.
Diffstat (limited to 'gst/udp/gstmultiudpsink.h')
-rw-r--r--gst/udp/gstmultiudpsink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/udp/gstmultiudpsink.h b/gst/udp/gstmultiudpsink.h
index 52ab296b..6170aa17 100644
--- a/gst/udp/gstmultiudpsink.h
+++ b/gst/udp/gstmultiudpsink.h
@@ -70,6 +70,8 @@ struct _GstMultiUDPSink {
gboolean closefd;
gboolean externalfd;
+
+ gboolean auto_multicast;
};
struct _GstMultiUDPSinkClass {