Hi,

I would like to use QT Embedded with DirectFB + gstreamer.
My scenario is this:

I have an object of type QDirectPainter in my main window.
In the same time, I use gstreamer to show an embedded video stream.
The sink in gstreamer is dfbvideosink, which has as an option a IDirectFBSurface *surface, defining the framebuffer area where it will render the video.

I know QScreen is of type DirectFBClass (QDirectFBScreen)

My question is, how can I access or create an iDirectFBSurface from QT/E?


Thank you