16.02.2012, 18:21, "Konstantin Tokarev" <[email protected]>:
> Hi all,
>
> I'm developing custom media engine (i.e. MediaPlayerPrivate subclass etc.) 
> for embedded platform, and due to platform's limitations I have to render 
> video on top of all page layers. This leads to broken rendering of elements 
> which overlap video region.
>
> I can imagine two ways to solve this problem:
> 1) Get "visible" region of <video> element, i.e. region which is not 
> overlapped by other elements, and crop video frame to it.
> 2) Give some hint to layout manager to prevent all elements from overlapping 
> <video>
>
> Could anyone give me some hints on it?

Bump.

There is absolutely no possibility of using accelerated compositing for video 
element rendering because video has to be run in different hardware layer. 
"Dirty hacks" like inserting fake elements would be OK.

-- 
Regards,
Konstantin
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to