When I compile and run in release mode under Linux Ubuntu 12.04, the program crashes. It seems to be happening only when I have a VideoOutput (Gear_TV is ok).
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
drone: ../../src/xcb_io.c:178: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted
I also tried running a video with a TV, pausing, adding a VideoOutput (with a ImageToTexture between). Then it doesn't crash but the VideoOutput image is blank (black) although it takes the proper width/size.
When I compile and run in release mode under Linux Ubuntu 12.04, the program crashes. It seems to be happening only when I have a VideoOutput (Gear_TV is ok).
I also tried running a video with a TV, pausing, adding a VideoOutput (with a ImageToTexture between). Then it doesn't crash but the VideoOutput image is blank (black) although it takes the proper width/size.