diff options
Diffstat (limited to 'gst/geometrictransform/gstcircle.c')
-rw-r--r-- | gst/geometrictransform/gstcircle.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gst/geometrictransform/gstcircle.c b/gst/geometrictransform/gstcircle.c index cf6ab01d9..da4f48b0d 100644 --- a/gst/geometrictransform/gstcircle.c +++ b/gst/geometrictransform/gstcircle.c @@ -47,6 +47,20 @@ * his code. */ +/** + * SECTION:element-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> + * |[ + * gst-launch-1.0 -v videotestsrc ! circle ! videoconvert ! autovideosink + * ]| + * </refsect2> + */ #ifdef HAVE_CONFIG_H # include <config.h> |