multifile: attempt to fix docs build issue on build bot
authorTim-Philipp Müller <tim@centricular.com>
Thu, 26 Feb 2015 19:48:33 +0000 (19:48 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 26 Feb 2015 19:48:33 +0000 (19:48 +0000)
gst/multifile/gstsplitmuxsink.c
gst/multifile/gstsplitmuxsrc.c

index 6143bcd..7f5daee 100644 (file)
  * |[
  * 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>
  */
 
index 3558e96..61f0c06 100644 (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>
  */