gstreamer/gst/multifile
Vivia Nikolaidou d11339d616 splitmuxsink: Added new async-finalize mode
This mode is useful for muxers that can take a long time to finalize a
file. Instead of blocking the whole upstream pipeline while the muxer is
doing its stuff, we can unlink it and spawn a new muxer+sink combination
to continue running normally.

This requires us to receive the muxer and sink (if needed) as factories,
optionally accompanied by their respective properties structures. Also
added the muxer-added and sink-added signals, in case custom code has to
be called for them.

https://bugzilla.gnome.org/show_bug.cgi?id=783754
2018-05-24 12:47:24 +03:00
..
gstmultifile.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstmultifilesink.c multifilesink: document unit of "max-file-duration" property 2018-01-16 13:19:29 +00:00
gstmultifilesink.h multifilesink: refactor max_files handling a bit 2016-12-31 09:58:40 +00:00
gstmultifilesrc.c multifilesrc: fix up uri handler a little 2018-01-23 18:38:26 +00:00
gstmultifilesrc.h multifilesrc: Implement seeking in case of multiple images 2013-11-22 18:52:54 -03:00
gstsplitfilesrc.c splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInterface 2016-11-12 10:52:24 +02:00
gstsplitfilesrc.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsplitmuxpartreader.c splitmuxsrc: Don't return FALSE from event handling. 2017-11-18 02:33:00 +11:00
gstsplitmuxpartreader.h splitmuxsrc: Pass seek flags when activating. 2017-01-03 01:34:02 +11:00
gstsplitmuxsink.c splitmuxsink: Added new async-finalize mode 2018-05-24 12:47:24 +03:00
gstsplitmuxsink.h splitmuxsink: Added new async-finalize mode 2018-05-24 12:47:24 +03:00
gstsplitmuxsrc.c splitmuxsrc: Improve not-linked handling. 2018-02-16 17:02:31 +11:00
gstsplitmuxsrc.h splitmuxsrc: Improve not-linked handling. 2018-02-16 17:02:31 +11:00
gstsplitutils.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstsplitutils.h splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build Meson: Generate pc file for all plugins in good 2018-04-25 11:07:06 +01:00
patternspec.c Fix FSF address 2012-11-04 00:07:18 +00:00
patternspec.h Fix FSF address 2012-11-04 00:07:18 +00:00
test-splitmuxpartreader.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00