summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsrc.h
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2002-11-16 18:55:43 +0000
committerZeeshan Ali <zeenix@gmail.com>2002-11-16 18:55:43 +0000
commit766a544f359771bd24d8cf31d984c2155f04770e (patch)
tree4951f88f3b9c154ab2156f634f6cb5e041280c94 /gst/udp/gstudpsrc.h
parentcbba4edc0a3e0cb2f48bd63d9098769ddc4a2b3b (diff)
(1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none.
Original commit message from CVS: (1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none. (2) Broadcast flag set to true on all the udp sockets.
Diffstat (limited to 'gst/udp/gstudpsrc.h')
-rw-r--r--gst/udp/gstudpsrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h
index 8fb4ee9c..c912f76c 100644
--- a/gst/udp/gstudpsrc.h
+++ b/gst/udp/gstudpsrc.h
@@ -34,6 +34,7 @@ extern "C" {
#include <netdb.h>
#include <sys/socket.h>
#include <fcntl.h>
+#include "gstudp.h"
#define GST_TYPE_UDPSRC \
(gst_udpsrc_get_type())
@@ -64,6 +65,7 @@ struct _GstUDPSrc {
int port;
int sock;
int control_sock;
+ Gst_UDP_Control control;
struct sockaddr_in myaddr;
};