summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/gstgamma.c12
-rw-r--r--gst/videofilter/gstvideobalance.c13
-rw-r--r--gst/videofilter/gstvideoflip.c12
3 files changed, 13 insertions, 24 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>
*/
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 2464ee05..80b503df 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -26,17 +26,14 @@
/**
* SECTION:element-videobalance
*
- * <refsect2>
- * <para>
* Adjusts brightness, contrast, hue, saturation on a video stream.
- * </para>
+ *
+ * <refsect2>
* <title>Example launch line</title>
- * <para>
- * <programlisting>
+ * |[
* gst-launch videotestsrc ! videobalance saturation=0.0 ! ffmpegcolorspace ! ximagesink
- * </programlisting>
- * This pipeline converts the image to black and white by setting the saturation to 0.0.
- * </para>
+ * ]| This pipeline converts the image to black and white by setting the
+ * saturation to 0.0.
* </refsect2>
*
* Last reviewed on 2006-03-03 (0.10.3)
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)