[gstreamer-bugs] [Bug 610906] [assrender] subtitles can show up late or not at all

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 26 09:13:30 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610906
  GStreamer | gst-plugins-bad | git

--- Comment #6 from Sebastian Dröge <slomo at circular-chaos.org> 2010-02-26 17:13:25 UTC ---
Created an attachment (id=154774)
 View: https://bugzilla.gnome.org/attachment.cgi?id=154774
 Review: https://bugzilla.gnome.org/review?bug=610906&attachment=154774

matroskademux: Advance sparse streams only as much as required to keep the gap
smaller than 500ms

Changing it to the newest timestamp that was ever pushed will
increase the segment start in 500ms jumps, which could be just
after the next sparse stream buffer. E.g.

Video at 1.0s, sparse stream at 0.5s would jump the
sparse stream to 1.0s. Now a new sparse stream buffer could
appear that has a timestamp of 0.9s and this would be
dropped for no good reason because of bad luck.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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