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. Qt and GStreamer
Forum Updated to NodeBB v4.3 + New Features

Qt and GStreamer

Scheduled Pinned Locked Moved Unsolved General and Desktop
event loopgstreamer
2 Posts 2 Posters 1.4k Views 3 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.
  • T Offline
    T Offline
    tlvju
    wrote on 18 Feb 2016, 09:39 last edited by
    #1

    Hi,

    I have a Qt application where I use GStreamer API in order to have some multimedia features.

    GStreamer has the concept of bus, on this bus some messages can be sent by GStreamer elements.

    I would like to watch that bus, so I attach my own call back to it using the GStreamer method: gst_bus_add_watch.

    But my call back never gets called while messages are being sent on the bus.
    I am wondering if this has something to do with the fact that Qt is using its own event loop and GStreamer using also its own GLib main loop...

    Regards,
    Julien.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 18 Feb 2016, 21:32 last edited by
      #2

      Hi,

      Maybe the GStreamer QtGstreamer module might be of interest.

      Hope it helps

      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

      1/2

      18 Feb 2016, 09:39

      • Login

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