[MeeGo-touch-dev] Rendering video in Qwidget embedded in a MApplicationPage

Ville M. Vainio vivainio at gmail.com
Thu Dec 30 04:30:05 PST 2010


On Thu, Dec 30, 2010 at 2:09 PM, Thilaga <thilaga5981 at gmail.com> wrote:

> I am trying to play video file through Qt and the backend is gstreamer.
> In an MApplication page, I created a QWidget and pass that window Id to the
> GstXOverlay.

This won't work, as you need a "physical" X window to handle over to
gstreamer. MApplicationWindow is such a physical window, so you need
to handle out the windowId of that.

If you use addWidget, you get a QGraphicsProxyWidget in the graphics
scene which is useless for gstreamer.

-- 
Ville M. Vainio @@ Forum Nokia


More information about the MeeGo-touch-dev mailing list