Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. QtGstreamer 1.0 not working with qt 5.14
Forum Update on Monday, May 27th 2025

QtGstreamer 1.0 not working with qt 5.14

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
qtgstreamerqt5.14qt5.11
5 Posts 3 Posters 907 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.
  • S Offline
    S Offline
    Savita1987
    wrote on last edited by
    #1

    QtGsteamer 1.0 is working fine with Qt 5.11.1 but not working with Qt 5.14. i am getting "undefined reference" error for many internally used functions.

    Kindly suggest solution for this...

    jsulmJ 1 Reply Last reply
    0
    • S Savita1987

      QtGsteamer 1.0 is working fine with Qt 5.11.1 but not working with Qt 5.14. i am getting "undefined reference" error for many internally used functions.

      Kindly suggest solution for this...

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Savita1987 What functions are not found? You're probably missing some GStreamer packages.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Savita1987
        wrote on last edited by
        #3

        Same packages working when my code is compiled with QT 5.11.1 but on the same RHEL 8 machine , with same packages, if i compile my code using Qt 5.14 i get "undefined reference" error.

        jsulmJ 1 Reply Last reply
        0
        • S Savita1987

          Same packages working when my code is compiled with QT 5.11.1 but on the same RHEL 8 machine , with same packages, if i compile my code using Qt 5.14 i get "undefined reference" error.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Savita1987 Well, Qt 5.14 could have more dependencies to GStreamer than older versions. That's why I asked which functions are missing: knowing this you can find out to which GStream packages those belong, and then you can check whether these packages are installed or not. Can you please tell us which functions are not found?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            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.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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