From 766a544f359771bd24d8cf31d984c2155f04770e Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sat, 16 Nov 2002 18:55:43 +0000 Subject: (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. --- gst/udp/gstudpsink.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/udp/gstudpsink.h') 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 #include #include +#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; -- cgit