diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-08 15:01:13 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-04-12 12:57:57 -0300 |
commit | 78022a6e0c05ce482b798cf638cbd3f901a5094e (patch) | |
tree | 9725b5939d840f6eb3e8f39e032866e82413cb83 /gst/geometrictransform | |
parent | 90f766cc518b4fde651162d6e0c7d190373e3c61 (diff) |
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'gst/geometrictransform')
-rw-r--r-- | gst/geometrictransform/gstbulge.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstcircle.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstdiffuse.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstfisheye.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstkaleidoscope.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstmarble.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstmirror.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstperspective.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstpinch.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstrotate.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstsphere.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstsquare.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gststretch.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gsttunnel.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gsttwirl.c | 6 | ||||
-rw-r--r-- | gst/geometrictransform/gstwaterripple.c | 6 |
16 files changed, 48 insertions, 48 deletions
diff --git a/gst/geometrictransform/gstbulge.c b/gst/geometrictransform/gstbulge.c index 98a7849ba..01e850b12 100644 --- a/gst/geometrictransform/gstbulge.c +++ b/gst/geometrictransform/gstbulge.c @@ -43,17 +43,17 @@ /** * SECTION:element-bulge + * @title: bulge * @see_also: geometrictransform * * Bugle is a geometric image transform element. It adds a protuberance in the * center point. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! bulge ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstcircle.c b/gst/geometrictransform/gstcircle.c index da4f48b0d..b326fd00b 100644 --- a/gst/geometrictransform/gstcircle.c +++ b/gst/geometrictransform/gstcircle.c @@ -49,17 +49,17 @@ /** * SECTION:element-circle + * @title: circle * @see_also: geometrictransform * * Circle is a geometric image transform element. It warps the picture into an * arc shaped form. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! circle ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstdiffuse.c b/gst/geometrictransform/gstdiffuse.c index 03009c724..36e4e62a2 100644 --- a/gst/geometrictransform/gstdiffuse.c +++ b/gst/geometrictransform/gstdiffuse.c @@ -49,17 +49,17 @@ /** * SECTION:element-diffuse + * @title: diffuse * @see_also: geometrictransform * * Diffuse is a geometric image transform element. It diffuses the image by * moving its pixels in random directions. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! diffuse ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H 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 diff --git a/gst/geometrictransform/gstkaleidoscope.c b/gst/geometrictransform/gstkaleidoscope.c index bb1bdfcb8..00f988f72 100644 --- a/gst/geometrictransform/gstkaleidoscope.c +++ b/gst/geometrictransform/gstkaleidoscope.c @@ -49,17 +49,17 @@ /** * SECTION:element-kaleidoscope + * @title: kaleidoscope * @see_also: geometrictransform * * The kaleidscope element applies 'kaleidoscope' geometric transform to the * image. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! kaleidoscope ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstmarble.c b/gst/geometrictransform/gstmarble.c index 689845366..f508d2a51 100644 --- a/gst/geometrictransform/gstmarble.c +++ b/gst/geometrictransform/gstmarble.c @@ -49,17 +49,17 @@ /** * SECTION:element-marble + * @title: marble * @see_also: geometrictransform * * Marble is a geometric image transform element. It applies a marbling effect * to the image. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! marble ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstmirror.c b/gst/geometrictransform/gstmirror.c index df18234d4..31e0a69c1 100644 --- a/gst/geometrictransform/gstmirror.c +++ b/gst/geometrictransform/gstmirror.c @@ -43,17 +43,17 @@ /** * SECTION:element-mirror + * @title: mirror * @see_also: geometrictransform * * Mirror is a geometric transform element. It splits the image into two halves * and reflects one over each other. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! mirror ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstperspective.c b/gst/geometrictransform/gstperspective.c index bafa1fc5d..e4da32fca 100644 --- a/gst/geometrictransform/gstperspective.c +++ b/gst/geometrictransform/gstperspective.c @@ -49,16 +49,16 @@ /** * SECTION:element-perspective + * @title: perspective * @see_also: geometrictransform * * The perspective element applies a 2D perspective transform. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! perspective ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ /* FIXME: suppress warnings for deprecated API such as GValueArray diff --git a/gst/geometrictransform/gstpinch.c b/gst/geometrictransform/gstpinch.c index d68dcd168..798b96586 100644 --- a/gst/geometrictransform/gstpinch.c +++ b/gst/geometrictransform/gstpinch.c @@ -49,16 +49,16 @@ /** * SECTION:element-pinch + * @title: pinch * @see_also: geometrictransform * * Pinch applies a 'pinch' geometric transform to the image. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! pinch ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstrotate.c b/gst/geometrictransform/gstrotate.c index 1e03339bf..d6f65152b 100644 --- a/gst/geometrictransform/gstrotate.c +++ b/gst/geometrictransform/gstrotate.c @@ -49,16 +49,16 @@ /** * SECTION:element-rotate + * @title: rotate * @see_also: geometrictransform * * The rotate element transforms the image by rotating it by a specified angle. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! rotate angle=0.78 ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstsphere.c b/gst/geometrictransform/gstsphere.c index 5f39a4765..90947a865 100644 --- a/gst/geometrictransform/gstsphere.c +++ b/gst/geometrictransform/gstsphere.c @@ -49,16 +49,16 @@ /** * SECTION:element-sphere + * @title: sphere * @see_also: geometrictransform * * The sphere element applies a 'sphere' geometric transform to the image. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! sphere ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstsquare.c b/gst/geometrictransform/gstsquare.c index 4b044f194..14271bd1e 100644 --- a/gst/geometrictransform/gstsquare.c +++ b/gst/geometrictransform/gstsquare.c @@ -43,16 +43,16 @@ /** * SECTION:element-square + * @title: square * @see_also: geometrictransform * * The square element distorts the center part of the image into a square. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! square zoom=100 ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gststretch.c b/gst/geometrictransform/gststretch.c index 61eed37f0..114a0cd22 100644 --- a/gst/geometrictransform/gststretch.c +++ b/gst/geometrictransform/gststretch.c @@ -43,16 +43,16 @@ /** * SECTION:element-stretch + * @title: stretch * @see_also: geometrictransform * * The stretch element stretches the image in a circle around the center point. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! stretch ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gsttunnel.c b/gst/geometrictransform/gsttunnel.c index 94b6070cc..8668a5282 100644 --- a/gst/geometrictransform/gsttunnel.c +++ b/gst/geometrictransform/gsttunnel.c @@ -43,17 +43,17 @@ /** * SECTION:element-tunnel + * @title: tunnel * @see_also: geometrictransform * * Tunnel is a geometric image transform element. It applies a light tunnel * effect. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! tunnel ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gsttwirl.c b/gst/geometrictransform/gsttwirl.c index 962d3ba6d..54ec46b9c 100644 --- a/gst/geometrictransform/gsttwirl.c +++ b/gst/geometrictransform/gsttwirl.c @@ -49,16 +49,16 @@ /** * SECTION:element-twirl + * @title: twirl * @see_also: geometrictransform * * The twirl element twists the image from the center out. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! twirl ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H diff --git a/gst/geometrictransform/gstwaterripple.c b/gst/geometrictransform/gstwaterripple.c index 96af6e8d7..2d39df9db 100644 --- a/gst/geometrictransform/gstwaterripple.c +++ b/gst/geometrictransform/gstwaterripple.c @@ -49,16 +49,16 @@ /** * SECTION:element-waterripple + * @title: waterripple * @see_also: geometrictransform * * The waterripple element creates a water ripple effect on the image. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! waterripple ! videoconvert ! autovideosink * ]| - * </refsect2> + * */ #ifdef HAVE_CONFIG_H |