Skip to content

qt6d3d11: Add Direct3D11 Qt6 QML sink

Seungha Yang requested to merge seungha.yang/gstreamer:qt6-d3d11 into main

Adding Direct3D11 backend Qt6 QML videosink element, qml6d3d11sink. Implementation details are similar to the qt6 plugin in -good but there are a few notable differences.

  • qml6d3d11sink accepts all GstD3D11 supported video formats (e.g., NV12).
  • Scene graph (owned by qml6d3d11sink) will hold dedicated and sharable RGBA texture which belongs to Qt6's Direct3D11 device, instead of sharing GStreamer's own texture with Qt6.
  • All rendering operations will be done by using GStreamer's Direct3D11 device. Specifically, upstream texture will be copied (in case of RGBA) or converted to the above mentioned Qt6's sharable texture.
Edited by Seungha Yang

Merge request reports