diff options
Diffstat (limited to 'gst/udp/gstudpsrc.c')
-rw-r--r-- | gst/udp/gstudpsrc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index a7687f42..322523c4 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -72,7 +72,8 @@ * </para> * <para> * The "skip-first-bytes" property is used to strip off an arbitrary number of - * bytes from the start of the raw udp packet and can be used to . + * bytes from the start of the raw udp packet and can be used to strip off + * proprietary header, for example. * </para> * <para> * The udpsrc is always a live source. It does however not provide a GstClock, this |