qml6glsink
-
@JoeCFD Installed Qt 6.6.1 and gstreamer 1.22.8. The prefix in all Qt pkg pc files is wrong. Wrote a script to replace all of them. It seems gstreamer meson build mainly uses pkg files to find Qt5/6. Anyway, my build of gstreamer with qml6 sink seems fine while I got the following files:
libgstqml6.so
in gstreamer/builddir/subprojects/gst-plugins-good/ext/qt6 andgstplugin.cc.o
gstqsg6glnode.cc.o
gstqt6glutility.cc.o
meson-generated_moc_qt6glitem.cpp.o
moc_qt6glitem.cpp
gstqml6glsink.cc.o
gstqt6element.cc.o
meson-generated_moc_gstqsg6glnode.cpp.o
moc_gstqsg6glnode.cpp
qt6glitem.cc.oin gstreamer/builddir/subprojects/gst-plugins-good/ext/qt6/libgstqml6.so.p
libgstqml6.so is installed at the right place as well. A strange thing is gst-inspect-1.0 does not show gstqml6glsink. Need to try an example with gstqml6glsink.
-
@JoeCFD Asked gstreamer guys.
remove ~/.cache/gstreamer-1.0/
solved the issue.
gst-inspect-1.0 qml6glsink <===ok nowThks @JoeCFD for the info.
I also contacted with NXP to let them know the problem and the good news is that they are aware of the problem and it'll eventually be fixed in upcoming releases.
According to NXP, the issue is related to libqt6-qtlocation ¿?The problem is that new releases are only compatible with the latest i.MX93 SOC, so if you own the first SOC version you won't be able to install it -at least not using their standard building procedure-
BR
-
Thks @JoeCFD for the info.
I also contacted with NXP to let them know the problem and the good news is that they are aware of the problem and it'll eventually be fixed in upcoming releases.
According to NXP, the issue is related to libqt6-qtlocation ¿?The problem is that new releases are only compatible with the latest i.MX93 SOC, so if you own the first SOC version you won't be able to install it -at least not using their standard building procedure-
BR
-
C Christian Ehrlicher locked this topic on