QtGstreamer 1.0 not working with qt 5.14
-
QtGsteamer 1.0 is working fine with Qt 5.11.1 but not working with Qt 5.14. i am getting "undefined reference" error for many internally used functions.
Kindly suggest solution for this...
-
@Savita1987 What functions are not found? You're probably missing some GStreamer packages.
-
Same packages working when my code is compiled with QT 5.11.1 but on the same RHEL 8 machine , with same packages, if i compile my code using Qt 5.14 i get "undefined reference" error.
-
@Savita1987 Well, Qt 5.14 could have more dependencies to GStreamer than older versions. That's why I asked which functions are missing: knowing this you can find out to which GStream packages those belong, and then you can check whether these packages are installed or not. Can you please tell us which functions are not found?
-
Hi and welcome to devnet,
QtGStreamer is unmaintained.
Depending on what you want to do, you can use the custom pipeline option of QMediaPlayer::setMedia.