summaryrefslogtreecommitdiff
path: root/ext/mpeg2enc
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2015-11-19 17:24:53 +0000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2015-11-19 17:25:01 +0000
commit49ccb72b4751d608a0160533c18c9e3f9fcec7ab (patch)
tree672cdd9b8d872920993c8d290d75ae0f77b74534 /ext/mpeg2enc
parentab3fd36d64f81a86b0b612fcef2c1e3410ccc838 (diff)
downloadgstreamer-plugins-bad-49ccb72b4751d608a0160533c18c9e3f9fcec7ab.tar.gz
docs: update gst-launch-0.10 lines
Update references to gst-launch-0.10 to gst-launch-1.0
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r--ext/mpeg2enc/gstmpeg2enc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mpeg2enc/gstmpeg2enc.cc b/ext/mpeg2enc/gstmpeg2enc.cc
index 9e631e3d1..bff4c70b8 100644
--- a/ext/mpeg2enc/gstmpeg2enc.cc
+++ b/ext/mpeg2enc/gstmpeg2enc.cc
@@ -34,7 +34,7 @@
* <refsect2>
* <title>Example pipeline</title>
* |[
- * gst-launch-0.10 videotestsrc num-buffers=1000 ! mpeg2enc ! filesink location=videotestsrc.m1v
+ * gst-launch-1.0 videotestsrc num-buffers=1000 ! mpeg2enc ! filesink location=videotestsrc.m1v
* ]| This example pipeline will encode a test video source to a an MPEG1
* elementary stream (with Generic MPEG1 profile).
* <para>
@@ -47,7 +47,7 @@
* in the example above) allow most parameters to be adjusted.
* </para>
* |[
- * gst-launch-0.10 videotestsrc num-buffers=1000 ! videoscale ! mpeg2enc format=1 norm=p ! filesink location=videotestsrc.m1v
+ * gst-launch-1.0 videotestsrc num-buffers=1000 ! videoscale ! mpeg2enc format=1 norm=p ! filesink location=videotestsrc.m1v
* ]| This will produce an MPEG1 profile stream according to VCD2.0 specifications
* for PAL #GstMpeg2enc:norm (as the image height is dependent on video norm).
* </refsect2>