I want to create a Qt QML GUI with different buttons and a video window. The video is decoded with gstreamer and vpudec.
Is it possible to run the QML GUI and decode the video directly from e.g. gst-launch on the same display?
Can the GUI and the video be send to different "layers" which have different transparenties?
The other idea was to use the qt-gstreamer package, but I guess, that the cpu load would be much higher.