From b745cb8a471d995dc1ba8afd53424cf0c5238a51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 2 Apr 2015 13:26:41 +0100 Subject: [PATCH] multifilesink: minor docs improvement --- gst/multifile/gstmultifilesink.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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. * -- 2.7.4