y4mencode: fix gst-launch version in documentation
authorThiago Santos <thiagoss@osg.samsung.com>
Sun, 16 Aug 2015 15:41:56 +0000 (12:41 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Sun, 16 Aug 2015 17:30:57 +0000 (14:30 -0300)
gst/y4m/gsty4mencode.c

index bfadddb..7c32af2 100644 (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>