From 46ef8314d9089a0ee24bb33065a858a18e99c3ed Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 31 Mar 2006 16:32:47 +0000 Subject: sys/ximagesrc/ximagesrc.c: Add docs to ximagesrc Original commit message from CVS: 2006-03-31 Zaheer Abbas Merali * sys/ximagesrc/ximagesrc.c: Add docs to ximagesrc --- sys/ximage/gstximagesrc.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'sys/ximage') diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c index 94b131c2..2edbfd74 100644 --- a/sys/ximage/gstximagesrc.c +++ b/sys/ximage/gstximagesrc.c @@ -16,6 +16,31 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-ximagesrc + * @short_description: a source that captures your X Display + * + * + * + * This element captures your X Display and creates raw RGB video. It uses + * the XDamage extension if available to only capture areas of the screen that + * have changed since the last frame. It uses the XFixes extension if + * available to also cpature your mouse pointer + * + * Example pipelines + * + * Encode your X display to an Ogg theora video + * + * + * gst-launch -v ximagesrc ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg + * + * + * + * + */ + + + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit