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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 22 13:17:35 UTC 2018


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #355085|0                           |1
        is obsolete|                            |

--- Comment #13 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 370011
  --> https://bugzilla.gnome.org/attachment.cgi?id=370011&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