[gstreamer-bugs] [Bug 456573] New: allow dumping pipelines as dot graphs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 13 05:46:04 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=456573

  GStreamer | gstreamer (core) | Ver: HEAD CVS
           Summary: allow dumping pipelines as dot graphs
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


The patch allows to dump a pipeline as a graphviz dot graph. This can be
rendered to an image for debugging or documentation purpose.

It comes with two macros to invoke it:

GST_DEBUG_BIN_TO_DOT_FILE(bin, file_name)
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, file_tmpl)

The latter allows to dump a sequence of dots files, e.g. to investigate
negotiation or state changes.

I like to receive feed back about how element states and pad states could be
visualized.

Making an animation from a sequence of dot files is kind of ongoing. Problem #1
is that the images are simply huge and #2 they change size and layout.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=456573.




More information about the Gstreamer-bugs mailing list