[UFO-devel] Xv support using GLX in libUFO...
Status: Beta
Brought to you by:
schmidtjf
From: <joe...@op...> - 2005-12-01 03:48:20
|
Firstly, excellent work on the libUFO library! I'm working on a project which displays digital TV on an Epia box using the mpeg acceleration (through XvMC). I previously used fltk as its OSD interface, but I'd like to use libUFO to allow me to get 3D objects overlayed on TV. I previously had a GLX program which had 3D objects over TV (which I still have working), but my efforts today with libUFO have hit a bit of a dead end. I have used the UXGLXDriver and taken the Window and Display * from it and fed them to the XvMC startup program, but it doesn't seem to work ; 1. In windowed mode it thinks its putting each of the surfaces, but nothing is displayed (but audio is coming out fine). 2. In full screen mode it hangs on the first put surface. (the previous GLX demo I made was only windowed). Am I missing something obvious ? Does this sound like it is doable ? (in fullscreen ?) Any help or ideas would be much appreciated. Bye - Joel. |