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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 17 23:34:15 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




------- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev)  2007-07-18 06:34 UTC -------
Jonathan, I have one thing that I like to add. Currently the tool draws the
pipeline structure and adds the negotiated mime-types to the edged (once they
are negotiated). I would like to make details optional but adding a flag
parameter.
enum {
  SHOW_CAPS, /* show caps on edges */
  SHOW_NON_DEFAULT_PARAMS, /* show modified parameters on elements */
  ...
};

regarding the Element states:
VOID_PENDING, NULL, READY, PAUSED, PLAYING
One idea would be to add a acsii icon infront to the type, e.g.
+-------------------+
| [0] <GstFakeSink> |
|     fakesink      |
|                   |
+-------------------+

with these 'icons'
[~] VOID_PENDING
[0] NULL
[-] READY
[=] PAUSED
[>] PLAYING

Any other things that would be nice to know. 


-- 
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