GLVideoItem is not found for static compilation.
-
Hello Everyone.
I hope you are well.
I use gstramer 1.0 and qt5.15.2. They are working very well when I compile Qt myself dynamically.
Then I decided to compile the Qt statically. I did it but when I run any application which requires gstreamer is not working anymore. I would like to use gstreamer and qt dependencies statically.
So then I compiled gstreamer statically and when I run the application I gotqrc:/main.qml:7:1: module "org.freedesktop.gstreamer.GLVideoItem" is not installed
I got this error for even simple hello world example. As I said before when I use dynamically compiled Qt and related gstreamer dependencies( installed via package manager) then everything is fine.
My question is how can I use statically compiled Qt and gstreamer ?
How can I understand I compiled Gstreamer qt plugin correctly for static compilation.And I link the static compiled binary to my application but I got the error.
Thanks.