From: Tim-Philipp Müller Date: Thu, 2 Apr 2015 12:26:41 +0000 (+0100) Subject: multifilesink: minor docs improvement X-Git-Tag: 1.19.3~509^2~3699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b745cb8a471d995dc1ba8afd53424cf0c5238a51;p=platform%2Fupstream%2Fgstreamer.git multifilesink: minor docs improvement --- diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index deaaea6..b433acc 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -28,6 +28,14 @@ * * Write incoming data to a series of sequentially-named files. * + * This element is usually used with data where each buffer is an + * independent unit of data in its own right (e.g. raw video buffers or + * encoded JPEG or PNG images) or with streamable container formats such + * as MPEG-TS or MPEG-PS. + * + * It is not possible to use this element to create independently playable + * mp4 files, use the splitmuxsink element for that instead. + * * The filename property should contain a string with a \%d placeholder that will * be substituted with the index for each filename. *