multifile: attempt to fix docs build issue on build bot

This commit is contained in:
Tim-Philipp Müller 2015-02-26 19:48:33 +00:00
parent 0c06553fb2
commit f5b511b42b
2 changed files with 0 additions and 3 deletions

View file

@ -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>
*/

View file

@ -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>
*/