[Bug 783754] splitmuxsink: Added new async-finalize mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 13 14:45:59 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783754

--- Comment #1 from Vivia Nikolaidou <vivia at ahiru.eu> ---
Created attachment 353696
  --> https://bugzilla.gnome.org/attachment.cgi?id=353696&action=edit
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list