summaryrefslogtreecommitdiff
path: root/gst/geometrictransform/gstfisheye.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/geometrictransform/gstfisheye.c')
-rw-r--r--gst/geometrictransform/gstfisheye.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/geometrictransform/gstfisheye.c b/gst/geometrictransform/gstfisheye.c
index d08069c2c..7150e3844 100644
--- a/gst/geometrictransform/gstfisheye.c
+++ b/gst/geometrictransform/gstfisheye.c
@@ -43,17 +43,17 @@
/**
* SECTION:element-fisheye
+ * @title: fisheye
* @see_also: geometrictransform
*
* Fisheye is a geometric image transform element. It simulates a fisheye lens
* by zooming on the center of the image and compressing the edges.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v videotestsrc ! fisheye ! videoconvert ! autovideosink
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H