y4mencode: fix gst-launch version in documentation

This commit is contained in:
Thiago Santos 2015-08-16 12:41:56 -03:00
parent a1aa942acf
commit 5838940681

View file

@ -28,7 +28,7 @@
* <para>
* (write everything in one line, without the backslash characters)
* <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' \
* ! y4menc ! filesink location=test.yuv
* </programlisting>