diff options
Diffstat (limited to 'gst/udp/gstudpsrc.h')
-rw-r--r-- | gst/udp/gstudpsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h index 0730cadf..09df444d 100644 --- a/gst/udp/gstudpsrc.h +++ b/gst/udp/gstudpsrc.h @@ -59,6 +59,7 @@ struct _GstUDPSrc { GstCaps *caps; gint buffer_size; guint64 timeout; + gint skip_first_bytes; /* our sockets */ int sock; |