Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. GLVideoItem is not found for static compilation.
Forum Updated to NodeBB v4.3 + New Features

GLVideoItem is not found for static compilation.

Scheduled Pinned Locked Moved Unsolved General and Desktop
gstreamer1.0qtmultimedia
1 Posts 1 Posters 476 Views
  • 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 Offline
    P Offline
    PhysicsX
    wrote on last edited by
    #1

    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
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved