GNOME Bugzilla – Bug 582451
[multifilesink] Multiple buffers for file
Last modified: 2011-05-23 08:30:20 UTC
It would be nice to have a property in multifilesink to configure the number of buffers to write for file. Also for the use case for writing a variable number of buffers to each file would be nice to have a signal that is launched for each new file created. Would be nice to have this for the next incoming release. Thanks.
multifilesink is for convenience in scripting, not for applications. Applications can fully control how buffers are written out to files by using filesink or appsink. Can you give an example of how you would use it in this way?
Yes, applications can control buffers written out, but i think that will be easier to just integrate that on multfilesink. It seems the best option to simplify control logic in applications and also it is a nice place to put that functionality. Particularly i will use it to split big input streams in little chunks.
I just added a property to create a new file after each discontinuity in the stream. It would be much easier to add a features like this now.
Is this feature request still needed?
I don't need it anymore. This can be closed.