From: Stefan Sauer Date: Fri, 11 Nov 2011 15:04:52 +0000 (+0200) Subject: docs: fix invalid xml X-Git-Tag: RELEASE-0.11.2~462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=870a5b0e12a5da2564982803039c14490a764af9;p=platform%2Fupstream%2Fgstreamer.git docs: fix invalid xml --- diff --git a/gst/gstobject.c b/gst/gstobject.c index d4b3cfa..c165315 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -80,9 +80,9 @@ * gst_object_set_name() and gst_object_get_name() are used to set/get the name * of the object. * - * * * controlled properties + * * Controlled properties offers a lightweight way to adjust gobject * properties over stream-time. It works by using time-stamped value pairs that * are queued for element-properties. At run-time the elements continously pull @@ -128,6 +128,7 @@ * start your pipeline * * + * * * * Last reviewed on 2005-11-09 (0.9.4)