[Bug 783754] splitmuxsink: Added new async-finalize mode
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 22 13:21:05 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=783754
--- Comment #14 from Jan Schmidt <thaytan at noraisin.net> ---
New patch attached the fixes some problems I found - primarily that the
async-finalisation mode starts a new fragment too early. It starts the new
fragment as soon as a pad enters the ENDING_FILE mode, without first waiting
for each other pad to send the related buffers to reach the
fragment-end-timestamp. Instead we track which contexts have gone 'async-eos'
and start the new fragment as soon as all of them have queued up an EOS to the
old muxer pad.
--
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