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. How to know GStreamer Supported version for Qt-5.15
QtWS25 Last Chance

How to know GStreamer Supported version for Qt-5.15

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
videogstreamer videoyocto
2 Posts 2 Posters 535 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.
  • A Offline
    A Offline
    AROH
    wrote on 29 Jan 2024, 10:44 last edited by AROH
    #1

    Hello,

    We have installed the Yocto build that provides Qt 5.15 as part of its build package and we are trying to play a video using the Qt Video player module for the same we have created a sample application and the video is playing as expected in the desktop version of Qt-5.15 but the same application is unable to play the video in the end device and none of the console statements were also not being printed while playing the video.

    The current gstreamer version installed on the device is 1.16.1

    Can some one guide me on how to check weather the current installed gstreamer version is compatible with the device Yocto/Linux and Qt-5.15 being run on the device.

    Regards,
    AROH

    J 1 Reply Last reply 29 Jan 2024, 21:50
    0
    • A AROH
      29 Jan 2024, 10:44

      Hello,

      We have installed the Yocto build that provides Qt 5.15 as part of its build package and we are trying to play a video using the Qt Video player module for the same we have created a sample application and the video is playing as expected in the desktop version of Qt-5.15 but the same application is unable to play the video in the end device and none of the console statements were also not being printed while playing the video.

      The current gstreamer version installed on the device is 1.16.1

      Can some one guide me on how to check weather the current installed gstreamer version is compatible with the device Yocto/Linux and Qt-5.15 being run on the device.

      Regards,
      AROH

      J Offline
      J Offline
      JoeCFD
      wrote on 29 Jan 2024, 21:50 last edited by JoeCFD
      #2

      @AROH 1.16.1 is pretty old and has more memory leaks if vaapi for intel card is applied.
      I am using gstreamer 1.22.5 + Qt 5.15.2 in Ubuntu 22.04.
      However, your problem may be related to missing lib or plugins. Set GST_DEBUG level to see what is wrong.
      https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html?gi-language=c

      1 Reply Last reply
      0

      2/2

      29 Jan 2024, 21:50

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved