[Webkit-unassigned] [Bug 86410] [Qt][WK2] Composited Video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 21:57:26 PDT 2012


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





--- Comment #7 from Noam Rosenthal <noam.rosenthal at nokia.com>  2012-05-22 21:56:30 PST ---
(From update of attachment 143452)
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.

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