diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c index 94b131c20d..2edbfd744a 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