docs: update gst-launch-0.10 lines

Update references to gst-launch-0.10 to gst-launch-1.0
This commit is contained in:
Luis de Bethencourt 2015-11-19 17:24:53 +00:00
parent ab3fd36d64
commit 49ccb72b47
9 changed files with 10 additions and 10 deletions

View File

@ -34,7 +34,7 @@
* <refsect2> * <refsect2>
* <title>Example pipeline</title> * <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 * ]| This example pipeline will encode a test video source to a an MPEG1
* elementary stream (with Generic MPEG1 profile). * elementary stream (with Generic MPEG1 profile).
* <para> * <para>
@ -47,7 +47,7 @@
* in the example above) allow most parameters to be adjusted. * in the example above) allow most parameters to be adjusted.
* </para> * </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 * ]| 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). * for PAL #GstMpeg2enc:norm (as the image height is dependent on video norm).
* </refsect2> * </refsect2>

View File

@ -51,7 +51,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch-0.10 videotestsrc ! decodebin ! videoconvert ! edgedetect ! videoconvert ! xvimagesink * gst-launch-1.0 videotestsrc ! decodebin ! videoconvert ! edgedetect ! videoconvert ! xvimagesink
* ]| * ]|
* </refsect2> * </refsect2>
*/ */

View File

@ -50,7 +50,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch-0.10 videotestsrc pattern=18 ! videorate ! videoscale ! video/x-raw,width=320,height=240,framerate=5/1 ! videoconvert ! motioncells ! videoconvert ! xvimagesink * gst-launch-1.0 videotestsrc pattern=18 ! videorate ! videoscale ! video/x-raw,width=320,height=240,framerate=5/1 ! videoconvert ! motioncells ! videoconvert ! xvimagesink
* ]| * ]|
* </refsect2> * </refsect2>
*/ */

View File

@ -52,7 +52,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch-0.10 videotestsrc ! decodebin ! videoconvert ! templatematch template=/path/to/file.jpg ! videoconvert ! xvimagesink * gst-launch-1.0 videotestsrc ! decodebin ! videoconvert ! templatematch template=/path/to/file.jpg ! videoconvert ! xvimagesink
* ]| * ]|
* </refsect2> * </refsect2>
*/ */

View File

@ -27,7 +27,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch-0.10 -v dataurisrc uri="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfElEQVQ4je2MwQnAIAxFgziA4EnczIsO4MEROo/gzZWc4xdTbe1R6LGRR74heYS7iKElzfcMiRnt4hf8gk8EayB6luefue/HzlJfCA50XsNjYRxprZmenXNIKSGEsC+QUqK1hhgj521BzhnWWiilUGvdF5RS4L2HMQZCCJy8sHMm2TYdJAAAAABJRU5ErkJggg==" ! pngdec ! videoconvert ! freeze ! videoconvert ! autovideosink * gst-launch-1.0 -v dataurisrc uri="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfElEQVQ4je2MwQnAIAxFgziA4EnczIsO4MEROo/gzZWc4xdTbe1R6LGRR74heYS7iKElzfcMiRnt4hf8gk8EayB6luefue/HzlJfCA50XsNjYRxprZmenXNIKSGEsC+QUqK1hhgj521BzhnWWiilUGvdF5RS4L2HMQZCCJy8sHMm2TYdJAAAAABJRU5ErkJggg==" ! pngdec ! videoconvert ! freeze ! videoconvert ! autovideosink
* ]| This pipeline displays a small 16x16 PNG image from the data URI. * ]| This pipeline displays a small 16x16 PNG image from the data URI.
* </refsect2> * </refsect2>
*/ */

View File

@ -18,7 +18,7 @@
*/ */
/* /*
gst-launch-0.10 filesrc location=movie.mve ! mvedemux name=d ! gst-launch-1.0 filesrc location=movie.mve ! mvedemux name=d !
video/x-raw-rgb ! mvemux quick=true name=m ! video/x-raw-rgb ! mvemux quick=true name=m !
filesink location=test.mve d. ! audio/x-raw-int ! m. filesink location=test.mve d. ! audio/x-raw-int ! m.
*/ */

View File

@ -30,7 +30,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch-0.10 filesrc location=h264crasher.pcap ! pcapparse ! irtspparse * gst-launch-1.0 filesrc location=h264crasher.pcap ! pcapparse ! irtspparse
* ! rtph264depay ! ffdec_h264 ! fakesink * ! rtph264depay ! ffdec_h264 ! fakesink
* ]| Read from a pcap dump file using filesrc, extract the raw TCP packets, * ]| Read from a pcap dump file using filesrc, extract the raw TCP packets,
* depayload and decode them. * depayload and decode them.

View File

@ -28,7 +28,7 @@
* <refsect2> * <refsect2>
* <title>Example pipelines</title> * <title>Example pipelines</title>
* |[ * |[
* gst-launch-0.10 filesrc location=h264crasher.pcap ! pcapparse ! rtph264depay * gst-launch-1.0 filesrc location=h264crasher.pcap ! pcapparse ! rtph264depay
* ! ffdec_h264 ! fakesink * ! ffdec_h264 ! fakesink
* ]| Read from a pcap dump file using filesrc, extract the raw UDP packets, * ]| Read from a pcap dump file using filesrc, extract the raw UDP packets,
* depayload and decode them. * depayload and decode them.

View File

@ -23,7 +23,7 @@
#include <gst/check/gstcheck.h> #include <gst/check/gstcheck.h>
/* sine wave encoded in ogg/vorbis, created with: /* sine wave encoded in ogg/vorbis, created with:
* gst-launch-0.10 audiotestsrc num-buffers=110 ! audioconvert ! \ * gst-launch-1.0 audiotestsrc num-buffers=110 ! audioconvert ! \
* audio/x-raw,channels=1 ! vorbisenc ! oggmux ! \ * audio/x-raw,channels=1 ! vorbisenc ! oggmux ! \
* filesink location=sine.ogg * filesink location=sine.ogg
* and then encoded to base64 */ * and then encoded to base64 */