summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsrc.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2009-03-13 18:28:59 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-03-13 18:28:59 +0100
commit469aced5810b094f05d628d1d447b6430ae0d483 (patch)
tree9274017c566c5a71a29451bf15cfb2b451be1ad4 /gst/udp/gstudpsrc.h
parenta32581abeea9264bba014f5e03063ee60f9c4bdb (diff)
udpsrc: Add network interface selection
Add network interface selection when joining multicast groups. Useful when using the udpsrc on multihomed hosts. Fixes #575234. API: GstUDPSrc::multicast-iface
Diffstat (limited to 'gst/udp/gstudpsrc.h')
-rw-r--r--gst/udp/gstudpsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h
index cdf7b35e..aec167ed 100644
--- a/gst/udp/gstudpsrc.h
+++ b/gst/udp/gstudpsrc.h
@@ -56,6 +56,7 @@ struct _GstUDPSrc {
gchar *uri;
int port;
gchar *multi_group;
+ gchar *multi_iface;
gint ttl;
GstCaps *caps;
gint buffer_size;