Hi to all,
I built an yocto image (honister) with qt6 support but I cannot find any qt plugins (like qmlgsink)
I added to local.conf
PACKAGECONFIG:append:pn-qtmultimedia = " gstreamer qml "
without any results.
When I used qt5 I found qt plugins.
Any helps?
The qmlgsink plugin in upstream gst-plugin doesn't support qt6 yet:https://github.com/GStreamer/gst-plugins-good/tree/master/ext/qt
You can try to open it in gst-plugins-good but you might meet api compatibility issues