diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2002-12-20 21:38:35 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2002-12-20 21:38:35 +0000 |
commit | 1e2eb46c0b156e7a182acc244e771f9e0c978ad6 (patch) | |
tree | d65030fe0ca17eb90765a47582247e5f030dd42d /gst/udp/gstudpsink.h | |
parent | 1a7bf2daca60ea40b513d1984a7c1043e7567a0c (diff) |
added mtu option
Original commit message from CVS:
added mtu option
Diffstat (limited to 'gst/udp/gstudpsink.h')
-rw-r--r-- | gst/udp/gstudpsink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/udp/gstudpsink.h b/gst/udp/gstudpsink.h index 0c5539c8..edc21ef8 100644 --- a/gst/udp/gstudpsink.h +++ b/gst/udp/gstudpsink.h @@ -76,6 +76,8 @@ struct _GstUDPSink { Gst_UDP_Control control; gchar *host; + guint mtu; + GstClock *clock; }; |