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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Sep 25 00:44:30 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

Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91917|0                           |1
        is obsolete|                            |




------- Comment #10 from Stefan Kost (gstreamer, gtkdoc dev)  2007-09-25 07:44 UTC -------
I don't see the advantage of separate directory and filename-template, but I
can add checking for '%'.

I could rebase the patch to be in gst-plugins-base/gst/libs/gst/xxx
as dump.{c,h} and change the macros from
GST_DEBUG_BIN_TO_DOT_FILE
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS
to
GST_DUMP_BIN_TO_DOT_FILE
GST_DUMP_BIN_TO_DOT_FILE_WITH_TS

What I don't like about it and why I still prefer it in gstinfo:
* is it still obvious that it will be disabled/enabled accourding to
--enable-gst-debug?
* apps have to conditionaly link against extra libs for debug utils
* core even has stuuf like gst_parse_launch, which I belive really should be in
a utitily library


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