From: Tim-Philipp Müller Date: Thu, 26 Feb 2015 19:48:33 +0000 (+0000) Subject: multifile: attempt to fix docs build issue on build bot X-Git-Tag: 1.6.0~570 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5b511b42bf6052601e3601cabe3da0dce40ebdc;p=platform%2Fupstream%2Fgst-plugins-good.git multifile: attempt to fix docs build issue on build bot --- diff --git a/gst/multifile/gstsplitmuxsink.c b/gst/multifile/gstsplitmuxsink.c index 6143bcd..7f5daee 100644 --- a/gst/multifile/gstsplitmuxsink.c +++ b/gst/multifile/gstsplitmuxsink.c @@ -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. - * * */ diff --git a/gst/multifile/gstsplitmuxsrc.c b/gst/multifile/gstsplitmuxsrc.c index 3558e96..61f0c06 100644 --- a/gst/multifile/gstsplitmuxsrc.c +++ b/gst/multifile/gstsplitmuxsrc.c @@ -39,7 +39,6 @@ * |[ * gst-launch-1.0 playbin uri="splitmux://path/to/foo.mp4.*" * ]| Play back a set of files created by splitmuxsink - * * */