Enabling DirectX 12 backend for QtQuick with MediaPlayer Object
-
Hello,
I'm trying to enable the DirectX 12 Backend for QtQuick by setting the environnement variable QT_QUICK_BACKEND to d3d12. Unfortunately, my application crashes as soon as I try to display video using the MediaPlayer and VideoOutput object.

I tried to do the same with the qmlvideofx example application and get the same result.

Is the DirectX 12 backend supported for application using QtMultimedia?