mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +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
972d9b538f
commit
d0624eb945
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
|
@ -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