summaryrefslogtreecommitdiffstats
path: root/gst/multifile/gstmultifilesink.h
Commit message (Collapse)AuthorAgeFilesLines
* multifilesink: Add next-file propertyDavid Schleef2009-09-131-0/+7
| | | | | | | | Add a property to allow control over what event causes a file to finish being written and a new file start. The default is the same as before -- each buffer causes a new file to be written. Added is a case where buffers are written to the same file until a discontinuity in the stream.
* multifilesink: rename silent to post-messagesWim Taymans2009-09-111-1/+1
| | | | | Use the post-messages property name instead of silent as it is more descriptive.
* multifilesink: post messages for each bufferWim Taymans2009-09-111-2/+2
| | | | | | | | | Add a silent property that can be set to FALSE to post messages on the bus for each written file. Do some more cleanups. Add some docs. Fixes #594663
* gst/multifile/: Add .h files to be able to add it to the docs.Stefan Kost2007-07-031-0/+72
Original commit message from CVS: * gst/multifile/Makefile.am: * gst/multifile/gstmultifile.c: * gst/multifile/gstmultifilesink.c: * gst/multifile/gstmultifilesink.h: * gst/multifile/gstmultifilesrc.c: * gst/multifile/gstmultifilesrc.h: Add .h files to be able to add it to the docs.