diff --git a/sys/ximagesrc/ximagesrc.c b/sys/ximagesrc/ximagesrc.c
index 2752804351..d5b6b73776 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