From 8d3275ce496233345e6b49cec205f55f6a5c7436 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Mon, 9 Jun 2003 23:13:40 +0000 Subject: Congrats everyone! udp plugins are now multicast-enabled Original commit message from CVS: Congrats everyone! udp plugins are now multicast-enabled --- gst/udp/gstudpsrc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gst/udp/gstudpsrc.h') diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h index 6fd01cfc..3311db7f 100644 --- a/gst/udp/gstudpsrc.h +++ b/gst/udp/gstudpsrc.h @@ -33,6 +33,9 @@ extern "C" { #include #include #include +#include +#include + #include #include "gstudp.h" @@ -66,7 +69,10 @@ struct _GstUDPSrc { int sock; int control_sock; Gst_UDP_Control control; + gchar *multi_group; + struct sockaddr_in myaddr; + struct ip_mreq multi_addr; GstClock *clock; gboolean first_buf; -- cgit