diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/udp/gstudpsrc.c | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2007-03-02 Wim Taymans <wim@fluendo.com> + + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), + (gst_udpsrc_create): + Fix doc. + 2007-03-02 Stefan Kost <ensonic@users.sf.net> Patch by: René Stadler <mail@renestadler.de> 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 |