Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Unsolved GLVideoItem is not found for static compilation.

    General and Desktop
    gstreamer1.0 qtmultimedia
    1
    1
    78
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      PhysicsX last edited by

      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 got

      qrc:/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.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post