Skip to content

qt: implement qmlgloverlay element

Matthew Waters requested to merge ystreet/gst-plugins-good:qmlgloverlay into master

Takes a qml scene description and renders it using Qml within GStreamer's OpenGL context.

The input texture can be referenced within the qml scene with a GstGLVideoItem (like qmlglsink).

Supported on GLX and WGL.

Edited by Matthew Waters

Merge request reports