From 3f51c6bf655bfcb8fb3f1b3b3bfb8eadbbc7b111 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 6 Feb 2006 15:25:26 +0000 Subject: [PATCH] doc sub80 fixes Original commit message from CVS: doc sub80 fixes --- gst/gstelement.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index d528236211..96b6712609 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -62,8 +62,9 @@ * You can get and set a #GstClock on an element using gst_element_get_clock() * and gst_element_set_clock(). * Some elements can provide a clock for the pipeline if - * gst_element_provides_clock() returns %TRUE. With the gst_element_provide_clock() - * method one can retrieve the clock provided by such an element. + * gst_element_provides_clock() returns %TRUE. With the + * gst_element_provide_clock() method one can retrieve the clock provided by + * such an element. * Not all elements require a clock to operate correctly. If * gst_element_requires_clock() returns %TRUE, a clock should be set on the * element with gst_element_set_clock().