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. The best way to work with GStreamer

The best way to work with GStreamer

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

    I'm not experienced Qt developer so maybe someone could point me to right direction. I try to develop application for embedded system which has GStreamer plugin that allows to use hardware video encoding and encoding accelaration. I looked at "GStreamer Application Development Manual":http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/ and code looks a little bit ugly.
    Maybe there are better ways to work with it in Qt right now. I'm working with Qt 4.8.5, is there anything interesting in Qt5 that could help me?
    I found thing called "Qt-GStreamer":http://gstreamer.freedesktop.org/modules/qt-gstreamer.html, but I'm not able to build it, here's my question about it: https://qt-project.org/forums/viewthread/39578/.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      The Qt Multimedia framework uses gstreamer-0.10 (latest version is 0.10.36) and on Linux only.
      If you need to build a multiplatform application then a better way will be to use Qt-Gstreamer.
      If you prefer to use gstreamer-1.0 (current version in 1.2.3) then you need to use gstreamer directly in your code or create your own library.

      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