mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
multifilesink: minor docs improvement
This commit is contained in:
parent
c4bb6a098b
commit
b745cb8a47
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue