Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qtgstreamer
    Log in to post
    • All categories
    • S

      Unsolved QtGstreamer 1.0 not working with qt 5.14
      3rd Party Software • qtgstreamer qt5.14 qt5.11 • • Savita1987

      5
      0
      Votes
      5
      Posts
      396
      Views

      SGaist

      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.

    • T

      Unsolved PKCONFIG does not work with Qt - Trying to link QtGStreamer-1.0
      General and Desktop • qtgstreamer pkg-config • • tools

      9
      0
      Votes
      9
      Posts
      5311
      Views

      svbhvti

      I was having the same issue. I found that using the "LIBS" variable, instead of using:
      "CONFIG += link_pkgconfig
      PKGCONFIG += ..."
      worked for me. So you put "LIBS += -lQt5GStreamer-1.0 -lQt5GStreamerUi-1.0" and whatever other libraries you need. If the library files are in an unusual place, you can use "LIBS += -L" followed by the directory. I'm not sure if it matters, but I'm using QMake version 3.0 and Qt Creator 4.0.0.

    • J

      QtCore/QtGlobal: No such file or directory
      General and Desktop • qtcore qtglobal qtgstreamer • • JackCWallace

      1
      0
      Votes
      1
      Posts
      2887
      Views

      No one has replied

    • J

      Help with QtGStreamer undefined reference to QGST::init
      General and Desktop • qtgstreamer • • JackCWallace

      19
      0
      Votes
      19
      Posts
      8482
      Views

      SGaist

      Check the output of pkg-config for QtGStreamer, compare it to the build output of your application. Check the -I lines to see if something is currently modifying them in the wrong way