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.
@mrjj
I tried the above in main and it worked.
#include <QStyleFactory>
...
QApplication a(argc, argv);
a.setStyle(QStyleFactory::create("Fusion"));
...
Thanks and sorry for late reply.