[Webkit-unassigned] [Bug 99065] [GStreamer] Add support for Media Source API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 9 01:33:10 PST 2013


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





--- Comment #52 from Philippe Normand <pnormand at igalia.com>  2013-11-09 01:31:53 PST ---
(In reply to comment #48)
> (From update of attachment 216400 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=216400&action=review
> 
> > Source/WebCore/platform/graphics/MediaSourcePrivate.h:54
> > -    virtual double duration() = 0;
> > +    virtual double duration() const { return 0; }
> 
> Why was this done? (This is the cause of the failing Mac EWS bot.)

Oh I think it's a suggestion I made earlier. Stephane, feel free to revert that part of the patch :)

(In reply to comment #51)
> > 
> > I am inspired by what is done in WebKitWebSrc, and the solution of a bin with 2 appsrc seems to be the best approach.
> 
> WebKitWebAudioSrc is currently being reworkded by Philip.
> See https://bugs.webkit.org/show_bug.cgi?id=123015

TheWebAudioSrc is a totally different beast than the WebSrc element. You're confused :)

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