summaryrefslogtreecommitdiff
path: root/gst/udp/gstudpsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-07-06 18:11:21 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-08-04 10:39:45 +0200
commite739998adf59cac5b59b5d1c3b8b86500f94e8c2 (patch)
treee43d5249ddb07a1b87d6776adc59d1c345d3aea0 /gst/udp/gstudpsrc.h
parented80c1834cbf80d26a47a75e7f40f777dd615dda (diff)
udpsrc: add property to enable port reuse
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 ea6a0bff0..48c9f1614 100644
--- a/gst/udp/gstudpsrc.h
+++ b/gst/udp/gstudpsrc.h
@@ -63,6 +63,7 @@ struct _GstUDPSrc {
int sockfd;
gboolean closefd;
gboolean auto_multicast;
+ gboolean reuse;
/* our sockets */
GstPollFD sock;