From 4f4665ccfdd52d2892bf99210853d9e33ffeba93 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 16:46:52 +0000 Subject: doc tweaks Original commit message from CVS: doc tweaks --- sys/ximagesrc/ximagesrc.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sys') diff --git a/sys/ximagesrc/ximagesrc.c b/sys/ximagesrc/ximagesrc.c index 27528043..d5b6b737 100644 --- a/sys/ximagesrc/ximagesrc.c +++ b/sys/ximagesrc/ximagesrc.c @@ -32,18 +32,14 @@ * * Example pipelines * - * Encode your X display to an Ogg theora video - * * - * gst-launch -v ximagesrc ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg + * gst-launch -v ximagesrc ! video/x-raw-rgb,framerate=5/1 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg * - * + * Encodes your X display to an Ogg theora video at 5 frames per second. + * * - * */ - - #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1