mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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>
|
* <refsect2>
|
||||||
* <title>Sample pipelines</title>
|
* <title>Sample pipelines</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch videotestsrc ! video/x-raw-yuv, framerate=(fraction)5/1 ! jpegenc ! multipartmux ! filesink location=/tmp/test.multipart
|
* 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
|
* ]| a pipeline to mux 5 JPEG frames per second into a multipart stream
|
||||||
* stored to a file.
|
* stored to a file.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue