mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
multifile: attempt to fix docs build issue on build bot
This commit is contained in:
parent
0c06553fb2
commit
f5b511b42b
2 changed files with 0 additions and 3 deletions
|
@ -42,11 +42,9 @@
|
|||
* |[
|
||||
* gst-launch-1.0 -e v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! queue ! timeoverlay ! x264enc key-int-max=10 ! h264parse ! splitmuxsink location=video%02d.mov max-size-time=10000000000 max-size-bytes=1000000
|
||||
* ]|
|
||||
*
|
||||
* Records a video stream captured from a v4l2 device and muxes it into
|
||||
* ISO mp4 files, splitting as needed to limit size/duration to 10 seconds
|
||||
* and 1MB maximum size.
|
||||
*
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
* |[
|
||||
* gst-launch-1.0 playbin uri="splitmux://path/to/foo.mp4.*"
|
||||
* ]| Play back a set of files created by splitmuxsink
|
||||
*
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue