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. Running a video with QMediaPlayer : undefined symbol

Running a video with QMediaPlayer : undefined symbol

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • H Offline
    H Offline
    hisoft
    wrote on last edited by
    #1

    Hi all,

    I'm trying to run a simple application that plays a video with Qt Multimedia but i got the following error :
    @
    (TestMultimedia:17734): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstfcdec.so': /usr/lib64/gstreamer-0.10/libgstfcdec.so: undefined symbol: __gst_debug_min
    @

    It looks like i have a bad version of libgstfcdec.so. Am i right and how to solve this issue ?

    Can any one help me please ?

    Thanks in advance.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hisoft
      wrote on last edited by
      #2

      When i test my file with gst-lauch command, i can read the media file (in mp4 format). I think that if i point to gst-launch-1.0 rather than gstreamer-0.10 it will be ok. But how to do it ? meaning how to point to /usr/lib64/gstreamer-1.0/... ?

      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