mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
7b4e1fd602
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. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3707>
15 lines
665 B
Text
15 lines
665 B
Text
subprojects/gst-plugins-bad/ext/qt6d3d11
|
|
subprojects/gst-plugins-bad/gst-libs/gst/cuda
|
|
subprojects/gst-plugins-bad/gst-libs/gst/d3d11
|
|
subprojects/gst-plugins-bad/gst-libs/gst/va
|
|
subprojects/gst-plugins-bad/gst-libs/gst/winrt
|
|
subprojects/gst-plugins-bad/sys/amfcodec
|
|
subprojects/gst-plugins-bad/sys/d3d11
|
|
subprojects/gst-plugins-bad/sys/dwrite
|
|
subprojects/gst-plugins-bad/sys/mediafoundation
|
|
subprojects/gst-plugins-bad/sys/nvcodec
|
|
^(subprojects/gst-plugins-bad/sys/qsv/)+(\w)+([^/])+(cpp$)
|
|
subprojects/gst-plugins-bad/sys/va
|
|
subprojects/gst-plugins-bad/sys/wasapi2
|
|
subprojects/gst-plugins-bad/sys/wic
|
|
^(subprojects/gst-plugins-bad/sys/win32ipc/)+(\w)+([^/])+(cpp$)
|