multifilesink
multifilesink — Writes buffers to sequentially-named files
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseSink
+----GstMultiFileSink
Properties
"location" gchar* : Read / Write
"index" gint : Read / Write
Description
Write incoming data to a series of sequentially-named files.
Element Information
plugin |
multifile
|
author |
David Schleef <ds@schleef.org> |
class |
Sink/File |
Element Pads
name |
sink |
direction |
sink |
presence |
always |
details |
ANY |
Details
GstMultiFileSink
typedef struct _GstMultiFileSink GstMultiFileSink;
Property Details
The "location
" property
"location" gchar* : Read / Write
Location of the file to write.
Default value: NULL
The "index
" property
"index" gint : Read / Write
Index to use with location property to create file names. The index is incremented by one for each buffer read.
Allowed values: >= 0
Default value: 0