Add ' to framerate argument and remove the word 'simple' as all our pipelines are apparently simple.

This commit is contained in:
Stefan Kost 2009-01-29 09:45:25 +02:00
parent eb89143219
commit bdb07d50be

View file

@ -27,8 +27,8 @@
* <refsect2>
* <title>Sample pipelines</title>
* |[
* gst-launch videotestsrc ! video/x-raw-yuv, framerate=(fraction)5/1 ! jpegenc ! multipartmux ! filesink location=/tmp/test.multipart
* ]| a simple pipeline to mux 5 JPEG frames per second into a multipart stream
* gst-launch videotestsrc ! video/x-raw-yuv, framerate='(fraction)'5/1 ! jpegenc ! multipartmux ! filesink location=/tmp/test.multipart
* ]| a pipeline to mux 5 JPEG frames per second into a multipart stream
* stored to a file.
* </refsect2>
*/