summaryrefslogtreecommitdiff
path: root/ext/gl/gstglcolorbalance.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gl/gstglcolorbalance.c')
-rw-r--r--ext/gl/gstglcolorbalance.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gl/gstglcolorbalance.c b/ext/gl/gstglcolorbalance.c
index 33b5a50a3..c2482a3d6 100644
--- a/ext/gl/gstglcolorbalance.c
+++ b/ext/gl/gstglcolorbalance.c
@@ -22,16 +22,16 @@
/**
* SECTION:element-glcolorbalance
+ * @title: glcolorbalance
*
* Adjusts brightness, contrast, hue, saturation on a video stream.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 videotestsrc ! glupload ! glcolorbalance saturation=0.0 ! glcolorconvert ! gldownload ! ximagesink
* ]| This pipeline converts the image to black and white by setting the
* saturation to 0.0.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H