From 823b49268fcdf429bb2d9229802c11faa71d1cfe Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 2 Mar 2007 13:40:06 +0000 Subject: gst/udp/gstudpsrc.c: Fix doc. Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_create): Fix doc. --- gst/udp/gstudpsrc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/udp') 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 @@ * * * 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. * * * The udpsrc is always a live source. It does however not provide a GstClock, this -- cgit