| multifilesinkmultifilesink — Write buffers to a sequentially named set of files |  | 
Object Hierarchy
  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSink
                     +----GstMultiFileSink
 
Description
Write incoming data to a series of sequentially-named files.
Synopsis
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