diff --git a/ChangeLog b/ChangeLog index 5e6d0946d8..6c87bf81b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-02 Wim Taymans + + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), + (gst_udpsrc_create): + Fix doc. + 2007-03-02 Stefan Kost Patch by: René Stadler diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index a7687f42dd..322523c46e 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