summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideoflip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstvideoflip.c')
-rw-r--r--gst/videofilter/gstvideoflip.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index 336e0538..051805c5 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -25,17 +25,13 @@
/**
* SECTION:element-videoflip
*
- * <refsect2>
- * <para>
* Flips and rotates video.
- * </para>
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
+ * |[
* gst-launch videotestsrc ! videoflip method=clockwise ! ffmpegcolorspace ! ximagesink
- * </programlisting>
- * This pipeline flips the test image 90 degrees clockwise.
- * </para>
+ * ]| This pipeline flips the test image 90 degrees clockwise.
* </refsect2>
*
* Last reviewed on 2006-03-03 (0.10.3)