[Webkit-unassigned] [Bug 103771] [GStreamer] support in-band text tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 22 14:47:52 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=103771





--- Comment #85 from Brendan Long <b.long at cablelabs.com>  2013-07-22 14:47:42 PST ---
(In reply to comment #84)
> I'm looking into another problem where cues sometimes show up late.

I think this problem is because we can get a situation like this:

0.0 --> 1.0
Track 1, Cue 1

1.0 --> 2.0
Track 1, Cue 2

0.0 --> 1.0
Track 2, Cue 2

We don't see "Track 2, Cue 2" until after "Track 1, Cue 2", but by that point, it's already too late to display it. Setting appsink sink=false didn't help, and neither did adding a streamsynchronizer before the funnel..

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list