mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
docs: update gst-launch-0.10 lines
Update references to gst-launch-0.10 to gst-launch-1.0
This commit is contained in:
parent
ab3fd36d64
commit
49ccb72b47
9 changed files with 10 additions and 10 deletions
ext
gst
tests/check/elements
|
@ -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>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
* <refsect2>
|
||||
* <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>
|
||||
*/
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
* <refsect2>
|
||||
* <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>
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <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>
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* <refsect2>
|
||||
* <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.
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -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 !
|
||||
filesink location=test.mve d. ! audio/x-raw-int ! m.
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* <refsect2>
|
||||
* <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
|
||||
* ]| Read from a pcap dump file using filesrc, extract the raw TCP packets,
|
||||
* depayload and decode them.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* <refsect2>
|
||||
* <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
|
||||
* ]| Read from a pcap dump file using filesrc, extract the raw UDP packets,
|
||||
* depayload and decode them.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <gst/check/gstcheck.h>
|
||||
|
||||
/* 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 ! \
|
||||
* filesink location=sine.ogg
|
||||
* and then encoded to base64 */
|
||||
|
|
Loading…
Reference in a new issue