How to know GStreamer Supported version for Qt-5.15
-
Hello,
We have installed the Yocto build that provides Qt 5.15 as part of its build package and we are trying to play a video using the Qt Video player module for the same we have created a sample application and the video is playing as expected in the desktop version of Qt-5.15 but the same application is unable to play the video in the end device and none of the console statements were also not being printed while playing the video.
The current gstreamer version installed on the device is 1.16.1
Can some one guide me on how to check weather the current installed gstreamer version is compatible with the device Yocto/Linux and Qt-5.15 being run on the device.
Regards,
AROH -
@AROH 1.16.1 is pretty old and has more memory leaks if vaapi for intel card is applied.
I am using gstreamer 1.22.5 + Qt 5.15.2 in Ubuntu 22.04.
However, your problem may be related to missing lib or plugins. Set GST_DEBUG level to see what is wrong.
https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html?gi-language=c