diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 16:46:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 16:46:52 +0000 |
commit | 4f4665ccfdd52d2892bf99210853d9e33ffeba93 (patch) | |
tree | dabaec390665f3d735c87d1c6b04d337924c684d /sys | |
parent | daf3b2afb6ca083710309b2743ba08ef7269f874 (diff) | |
download | gst-plugins-bad-4f4665ccfdd52d2892bf99210853d9e33ffeba93.tar.gz gst-plugins-bad-4f4665ccfdd52d2892bf99210853d9e33ffeba93.tar.bz2 gst-plugins-bad-4f4665ccfdd52d2892bf99210853d9e33ffeba93.zip |
doc tweaks
Original commit message from CVS:
doc tweaks
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ximagesrc/ximagesrc.c | 10 |
1 files changed, 3 insertions, 7 deletions
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 @@ * </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 |