Skip to content

tools: add new pipewire-dot tool to generate a global objects dot graph

Julian Bouzas requested to merge julian/pipewire:pipewire-dot into master

This MR adds a pipewire-dot tool to generate a global objects dot graph for easy debugging. Several options can be passed to the tool to show different graphs: --all: will show all pipewire global objects --detail: will show all global properties --smart: will only show linked objects

Generated graph examples of a gstreamer pipeline playing audio with pipewire:

  • default graph: def
  • all graph: all
  • smart and detail graph: smart_detail

Merge request reports