mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add ' to framerate argument and remove the word 'simple' as all our pipelines are apparently simple.
This commit is contained in:
parent
eb89143219
commit
bdb07d50be
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue