summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggmux.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-07-07 21:24:38 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-07-07 23:59:59 +0100
commitdd56714b14da80054b1201cf655b0780268960a5 (patch)
tree546c98b08861b8be63bafbee39ddc6a19e7ec928 /ext/ogg/gstoggmux.c
parenta409d04d211f4ee5be3e916d5cdc8e013472f8f7 (diff)
ffmpegcolorspace -> videoconvert
Diffstat (limited to 'ext/ogg/gstoggmux.c')
-rw-r--r--ext/ogg/gstoggmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c
index 34a272221..9cc0f2f4c 100644
--- a/ext/ogg/gstoggmux.c
+++ b/ext/ogg/gstoggmux.c
@@ -27,7 +27,7 @@
* <refsect2>
* <title>Example pipelines</title>
* |[
- * gst-launch v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=video.ogg
+ * gst-launch v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! 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>