diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-03-02 13:40:06 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-03-02 13:40:06 +0000 |
commit | 823b49268fcdf429bb2d9229802c11faa71d1cfe (patch) | |
tree | 647fc0ee4f659df85747e5dfb4e1bdb5a9ba28af | |
parent | a8b5f90ed0d5329e5b71b3d33e1e83274dcba2c3 (diff) |
gst/udp/gstudpsrc.c: Fix doc.
Original commit message from CVS:
* gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
(gst_udpsrc_create):
Fix doc.
-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 |