summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstgamma.c')
-rw-r--r--gst/videofilter/gstgamma.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index b1342687..e94de183 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -30,17 +30,13 @@
/**
* SECTION:element-gamma
*
- * <refsect2>
- * <para>
* Performs gamma correction on a video stream.
- * </para>
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
+ * |[
* gst-launch videotestsrc ! gamma gamma=2.0 ! ffmpegcolorspace ! ximagesink
- * </programlisting>
- * This pipeline will make the image "brighter".
- * </para>
+ * ]| This pipeline will make the image "brighter".
* </refsect2>
*/