Quoting Steve: > I've written a (simplistic) directfb output interface for mythtv, which > is a qt application. I've got mythtv running on qt-embedded using the > linux framebuffer. When I want to watch TV, the directfb output > interface is started up, and the frames are decoded and copied onto a > YV12 surface in fullscreen mode (This works great - kudos to the > DirectFB team!). Mythtv has the ability to display a TV-guide, with a > preview window of the TV show in a smaller window. I want to allow this > guide to show through to the display, then blit from an offscreen buffer > into the preview area. Possible? Hints?
You have to create a window for the video, preferably in YUV format. Then you can simply create other UI windows on top of it. > Also, I've been trying to pass keyboard events back to mythtv through > qt's event posting methods, but keep getting signal 11's with errors > like "Object has been destroyed" just after I post the event. It appears > that qt is trying to reintialize the framebuffer (possibly) at this > point. Any hints? Did you try Qt on DirectFB? -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.