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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 11:24:30 PDT 2013


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





--- Comment #45 from Brendan Long <b.long at cablelabs.com>  2013-05-02 11:22:50 PST ---
I have a question about the format for cues. It looks like currently, GStreamer subtitle plugins generate text with Pango markup. We could just parse that in WebKit and generate cues, but it seems like it may be easier to have GStreamer output WebVTT. I think we could do that by setting caps on our text appsink for text/vtt, and presumably vttenc would be pulled in if necessary. Then we could probably use the same parser the out-of-band tracks use. Does doing that make sense?

I'm currently having a discussion with coworkers about what be most likely to be accepted, so I figured it would be easier to just ask.

-- 
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