Add libgstmediaplayer.so

Hi

I have an openEmbedded image with QT but there are not libgstmediaplayer.so library in my rootfs. How I can add this library to my image?

Best Regards

Hi

Looks like qtmultimedia stopped building with gstreamer by default (if it ever did).
So probably adding
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"
and rebuilding the image brings that back in.

Max