summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstudpsink.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/gstudpsink.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/gstudpsink.h')
-rw-r--r--gst/udp/gstudpsink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/udp/gstudpsink.h b/gst/udp/gstudpsink.h
index 0fd39f4e..0c5539c8 100644
--- a/gst/udp/gstudpsink.h
+++ b/gst/udp/gstudpsink.h
@@ -41,6 +41,7 @@ extern "C" {
#include <sys/socket.h>
#include <sys/wait.h>
#include <fcntl.h>
+#include "gstudp.h"
#define GST_TYPE_UDPSINK \
(gst_udpsink_get_type())
@@ -72,6 +73,7 @@ struct _GstUDPSink {
struct sockaddr_in theiraddr;
gint port;
+ Gst_UDP_Control control;
gchar *host;
GstClock *clock;