[Webkit-unassigned] [Bug 86410] [texmap][GStreamer] Composited Video support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 17:57:52 PDT 2012


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





--- Comment #9 from Philippe Normand <pnormand at igalia.com>  2012-05-23 17:56:56 PST ---
(In reply to comment #7)
> (From update of attachment 143452 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=143452&action=review
> 
> > Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:164
> > +        priv->texture->updateContents(GST_BUFFER_DATA(buffer), WebCore::IntRect(WebCore::IntPoint(0, 0), size), WebCore::IntPoint(0,0), bytesPerLine);
> 
> I think the problem lies here... looks like there's going to be some expensive software copy here. I'm not familiar enough with gst texture sink to know how to go about it though.

Right, also we can't use this texture sink, I think.

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