diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-07-31 15:58:43 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-07-31 15:58:43 +0000 |
commit | 1e4669ac7e0226d67cae1415632be34bf3ae269a (patch) | |
tree | 499e06032895ad459b4a3f63420b1556739cc4ed /gst/udp | |
parent | 50d6aaeae5054a5c4a57076b274b1d36a38d9dfe (diff) |
gst/udp/gstudpsrc.c: Fix docs.
Original commit message from CVS:
* gst/udp/gstudpsrc.c:
Fix docs.
Diffstat (limited to 'gst/udp')
-rw-r--r-- | gst/udp/gstudpsrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 2a60ac21..e7c6b099 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -79,9 +79,9 @@ * udpsrc implements a GstURIHandler interface that handles udp://host:port type * URIs. * </para> - * + * <para> * Last reviewed on 2006-07-27 (0.10.4) - * + * </para> * </refsect2> */ #ifdef HAVE_CONFIG_H |