From: Luis de Bethencourt Date: Tue, 10 Feb 2015 14:56:23 +0000 (+0000) Subject: splitmux: update example pipeline X-Git-Tag: 1.19.3~509^2~3877 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12aa2428e0d7040c6ac393856e88818171080510;p=platform%2Fupstream%2Fgstreamer.git splitmux: update example pipeline Element x264enc doesn't have a max-key-int property --- diff --git a/gst/multifile/gstsplitmuxsink.c b/gst/multifile/gstsplitmuxsink.c index 8f39675..ff706a5 100644 --- a/gst/multifile/gstsplitmuxsink.c +++ b/gst/multifile/gstsplitmuxsink.c @@ -40,7 +40,7 @@ * * Example pipelines * |[ - * gst-launch-1.0 -e v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! queue ! timeoverlay ! x264enc max-key-int=10 ! h264parse ! splitmuxsink location=video%02d.mov max-size-time=10000000000 max-size-bytes=1000000 + * gst-launch-1.0 -e v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! queue ! timeoverlay ! x264enc ! 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