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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 14:43:04 PDT 2013


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





--- Comment #6 from Brendan Long <b.long at cablelabs.com>  2013-04-04 14:41:17 PST ---
(In reply to comment #5)
> Adding Sebastian in CC, we were talking about this topic few days ago.
> 
> Right now I don't know what to do about this audio track mixing, seems like we reach a limitation of playbin :(

We don't have to use playbin though. uridecodebin will give us all of the individual streams, it's just a little bit more complicated and I want to make sure it would be an acceptable change.

  * For the video we can just take the selected video stream and send it to an autovideosink.
  * For the audio we can take all enabled audio streams and send them to an adder connected to an autoaudiosink.
  * For the text, we just attach appsinks to each enabled or hidden stream.

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