summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/udp/gstudpsrc.h')
-rw-r--r--gst/udp/gstudpsrc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h
index 09df444d..c672d2a2 100644
--- a/gst/udp/gstudpsrc.h
+++ b/gst/udp/gstudpsrc.h
@@ -60,10 +60,13 @@ struct _GstUDPSrc {
gint buffer_size;
guint64 timeout;
gint skip_first_bytes;
+ int sockfd;
+ gboolean closefd;
/* our sockets */
int sock;
int control_sock[2];
+ gboolean externalfd;
struct sockaddr_in myaddr;
struct ip_mreq multi_addr;