summaryrefslogtreecommitdiffstats
path: root/sys/ximage
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 16:46:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 16:46:52 +0000
commit98481a4ce1a63e481b912b3af95490147ae969e9 (patch)
treec08a9dfbe47728bc3f4dbd75ef66f4bb2f379122 /sys/ximage
parent7e18cca1011de922ab1899571ad6f28e48420dc9 (diff)
doc tweaks
Original commit message from CVS: doc tweaks
Diffstat (limited to 'sys/ximage')
-rw-r--r--sys/ximage/gstximagesrc.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c
index 27528043..d5b6b737 100644
--- a/sys/ximage/gstximagesrc.c
+++ b/sys/ximage/gstximagesrc.c
@@ -32,18 +32,14 @@
* </para>
* <title>Example pipelines</title>
* <para>
- * Encode your X display to an Ogg theora video
- * </para>
* <programlisting>
- * 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
* </programlisting>
- * <para>
+ * Encodes your X display to an Ogg theora video at 5 frames per second.
+ * </para>
* </refsect2>
- *
*/
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif