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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 09:24:42 PDT 2013


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





--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org>  2013-04-05 09:22:55 PST ---
(In reply to comment #9)
> (In reply to comment #7)
> > That would be one possibility to implement these features, the other would be to integrate everything needed into playbin directly. I think the latter should be the goal in the long run at least.
> 
> I'm not sure that's possible without significant changes to playbin's API, and I don't think the GStreamer developers are in a big hurry to break their API's again.

Well, I'm one of those GStreamer developers and I think it's a good idea to add support for that in playbin... if necessary create another playbin2 for this :)

> From what I can see, it doesn't look like there's much we could add to playbin anyway. It would be nice if playbin did the audio mixing for us, but for text we need individual pads, which is what decodebin gives us.

There could be for audio/video/text a choice between:
- Allowing a sink per stream (-> gives you what you want for text)
- Allowing a single sink and then let GStreamer do some mixing which can be controlled via properties (-> gives you what you want for audio, and probably also for video)

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