summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstwarp.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-16 20:38:42 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-16 20:38:42 +0200
commit55535c7fe636ecce465190a0de436b99891155cb (patch)
tree6434ba872bbb70aa7c452bb4cce7d01f65e6ced4 /gst/effectv/gstwarp.c
parent757f80b23e034465f34dff436c5248963365a285 (diff)
effectv: Add basic documentation for the effectv elements
Diffstat (limited to 'gst/effectv/gstwarp.c')
-rw-r--r--gst/effectv/gstwarp.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 3d694c46..80c6b828 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -33,6 +33,19 @@
* by sam lantinga slouken@devolution.com
*/
+/**
+ * SECTION:element-warptv
+ *
+ * WarpTV does realtime goo'ing of the video input.
+ *
+ * <refsect2>
+ * <title>Example launch line</title>
+ * |[
+ * gst-launch -v videotestsrc ! warptv ! ffmpegcolorspace ! autovideosink
+ * ]| This pipeline shows the effect of warptv on a test stream.
+ * </refsect2>
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif