Re: [webkit-qt] How to draw a hole in browser to show the video content

2012-09-27 Thread Bruno Ledesma
Hello Andy, I have done this on a old project for a similar purpose. Basically you have to configure Webwiew to be rendered on a translucent Window. Maybe this link can help: http://www.mail-archive.com/webkit-qt@lists.webkit.org/msg00940.html After that, you can use a Background image (at your

[webkit-qt] How to draw a hole in browser to show the video content

2012-09-27 Thread andy wang
Hi All, I want to draw a hole in the browser to show the video which below the the browser. To play/show the video of html5, I need to decode the audio/video by the hardware because of the poor cpu and memory, and I use the gstreamer architecture. In the webkit core, there are already some module t