multifilesink: minor docs improvement
authorTim-Philipp Müller <tim@centricular.com>
Thu, 2 Apr 2015 12:26:41 +0000 (13:26 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 13 Apr 2015 13:31:17 +0000 (14:31 +0100)
gst/multifile/gstmultifilesink.c

index deaaea6..b433acc 100644 (file)
  *
  * 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.
  *