summaryrefslogtreecommitdiff
path: root/ext/vpx/gstvp9enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/vpx/gstvp9enc.c')
-rw-r--r--ext/vpx/gstvp9enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpx/gstvp9enc.c b/ext/vpx/gstvp9enc.c
index e64f5af5e..532b59ebd 100644
--- a/ext/vpx/gstvp9enc.c
+++ b/ext/vpx/gstvp9enc.c
@@ -40,7 +40,7 @@
* <refsect2>
* <title>Example pipeline</title>
* |[
- * gst-launch -v videotestsrc num-buffers=1000 ! vp9enc ! webmmux ! filesink location=videotestsrc.webm
+ * gst-launch-1.0 -v videotestsrc num-buffers=1000 ! vp9enc ! webmmux ! filesink location=videotestsrc.webm
* ]| This example pipeline will encode a test video source to VP9 muxed in an
* WebM container.
* </refsect2>