mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
y4mencode: fix gst-launch version in documentation
This commit is contained in:
parent
a1aa942acf
commit
5838940681
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
* <para>
|
* <para>
|
||||||
* (write everything in one line, without the backslash characters)
|
* (write everything in one line, without the backslash characters)
|
||||||
* <programlisting>
|
* <programlisting>
|
||||||
* gst-launch-0.10 videotestsrc num-buffers=250 \
|
* gst-launch-1.0 videotestsrc num-buffers=250 \
|
||||||
* ! 'video/x-raw,format=(string)I420,width=320,height=240,framerate=(fraction)25/1' \
|
* ! 'video/x-raw,format=(string)I420,width=320,height=240,framerate=(fraction)25/1' \
|
||||||
* ! y4menc ! filesink location=test.yuv
|
* ! y4menc ! filesink location=test.yuv
|
||||||
* </programlisting>
|
* </programlisting>
|
||||||
|
|
Loading…
Reference in a new issue