Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QtMultimedia on GStreamer 1.0: how to dump .dot graph of my application
Forum Update on Monday, May 27th 2025

QtMultimedia on GStreamer 1.0: how to dump .dot graph of my application

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
gstreamer1.0
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.
  • M Offline
    M Offline
    maurofaresoftware.it
    wrote on last edited by
    #1

    Hi all.
    I need to get the Dot graph of the gstreamer pipelines created in my Qt/QML application.

    The application plays a video and an audio.
    The application runs on a Imx6dl sabredsd board, using imx-gst acceleration when it can.

    I try the environment variable GST_DEBUG_BIN_TO_DOT_FILE=/tmp but I find nothing in folder /tmp

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

      Hi,

      AFAIK, that's a define.

      You want to use GST_DEBUG_DUMP_DOT_DIR.

      Note that this requires an active use of the macros like explained there.

      Set this environment variable to a path to turn on all GST_DEBUG_BIN_TO_DOT_FILE or GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS calls and have the dot files in that location.
      
      This will only work if the application in question makes these calls in strategic places (like when the pipeline state changes or an error occurs). gst-launch-1,0 is one such application.
      

      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