Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Unknown module(s) in QT: multimediagsttools-private
Forum Updated to NodeBB v4.3 + New Features

Unknown module(s) in QT: multimediagsttools-private

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 458 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.
  • L Offline
    L Offline
    lefei
    wrote on last edited by
    #1

    HI

           I run the example project of video. after i add android gstreamer path as "GSTREAMER_ROOT_ANDROID",
    the  prj cant find "multimediagsttools-private".
          I dont konw what it is, please help me!  thankyou!!!
    

    "QT += quick multimedia multimediawidgets
    CONFIG += c++11

    SOURCES += main.cpp

    RESOURCES += qml.qrc

    target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/android/gstreamer
    INSTALLS += target

    GSTREAMER_ROOT_ANDROID = $$(GSTREAMER_ROOT_ANDROID)
    isEmpty(GSTREAMER_ROOT_ANDROID): error("GSTREAMER_ROOT_ANDROID is empty")

    INCLUDEPATH += $(GSTREAMER_ROOT_ANDROID)/armv7/include/ $(GSTREAMER_ROOT_ANDROID)/armv7/include/gstreamer-1.0 $(GSTREAMER_ROOT_ANDROID)/armv7/include/glib-2.0 $(GSTREAMER_ROOT_ANDROID)/armv7/lib/glib-2.0/include

    QT+=multimediagsttools-private
    LIBS += -L$(GSTREAMER_ROOT_ANDROID)/armv7/lib/ -L$(GSTREAMER_ROOT_ANDROID)/armv7/lib/gstreamer-1.0
    -lgstcoreelements -lgstplayback -lgstvideotestsrc -lgstaudioconvert -lgstvideoconvert -lgstautodetect -lgsttypefindfunctions
    #PLUGINS codecs
    -lgstvorbis -lvorbis -lgstivorbisdec -lvorbisenc -lvorbisfile -lgstsubparse -lgstaudioparsers
    -lgstgio -lgstapp -lgstisomp4 -lgstavi -lgstogg -lgstwavenc -lgstwavpack -lgstwavparse -lgsttheora -lgstmpg123 -lgstx264 -lgstlibav
    -lgsttcp -lgstsoup -logg -ltheora -lmpg123 -lx264 -lavfilter -lavformat -lavcodec -lavutil -lbz2 -lswresample
    -lsoup-2.4 -lgio-2.0 -lgstrtp-1.0 -lgstriff-1.0 -lgstnet-1.0
    "

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Ms.J
      wrote on last edited by
      #2

      I have the same problem.
      Any advice is greatly appreciated.

      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