This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can't display qt widget on top of video

I use gstreamer to output video to screen. In my app, like in qtInterface example there's first window that allows to choose file from mounted SD card and when I hit 'play' button this window hides and video starts to play. But in my case control widget with buttons isn't displayed so there's a green rectangle instead of it on the top of the screen.

My guess is that this thing in qtInterface works because it actually just runs external app.

If anybody had the same issue and has any idea please reply.