Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. obsolete gstreamer in webkit
Qt 6.11 is out! See what's new in the release blog

obsolete gstreamer in webkit

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 801 Views 2 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.
  • S Offline
    S Offline
    Siegwald
    wrote on last edited by
    #1

    Hello,

    I'm working on an app developped with Qt 5.5.1, using QtWebKit.
    I try to bluid it on the new Ubuntu 18.04, but I can't.
    The error tells that the module qt5Webkit not found the libgstreamer-0.10
    But this version of gstreamer is obsolete since years, an it is not possible to install it on the new ubuntu.
    Also, I can't upgrade to a newer version au Qt for now, it's for later, and I can't use webengine instead of webkit for now, because I need my app to be able to build it with mingw on windows too.

    My question is : am I forced to reluid all the qt parts that use gstreamer to be able to use gstreamer1.0 ? Why are not they pre-built with the newer version ?

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

      Hi,

      There's only QtWebKit and QtMultimedia that are affected.

      Because the binary packages are built for the officially older version of Linux supported.

      However, nothing stops you from rebuilding the modules against a more recent version of GStreamer provided that the backends of that old version supports it.

      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