docs: fix up example pipeline
authorTim-Philipp Müller <tim@centricular.com>
Sun, 10 May 2015 10:42:21 +0000 (11:42 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 10 May 2015 10:42:21 +0000 (11:42 +0100)
ext/ogg/gstoggmux.c

index f4bf959..b62f125 100644 (file)
@@ -27,7 +27,7 @@
  * <refsect2>
  * <title>Example pipelines</title>
  * |[
- * gst-launch v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! theoraenc ! oggmux ! filesink location=video.ogg
+ * gst-launch-1.0 v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! videorate ! theoraenc ! oggmux ! filesink location=video.ogg
  * ]| Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora
  * (the encoding will stop automatically after 500 frames)
  * </refsect2>