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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 7 14:00:14 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 #9 from Tim-Philipp Müller  2007-09-07 21:00 UTC -------
Another thought: we should check the number of '%' without following '%' in the
template string before feeding it to printf to make sure the template is
correct.  Maybe even take separate directory + filename arguments (that way the
caller has more control over the template and can make sure more easily that
there aren't any unexpected % in the path).


(In reply to comment #8)
> * I don't think a new library is a good idea, sticking it into an existing one
> might be okay.

That's what I meant. -base/gst-libs/gst/pbutils/  already exists.


> But if people feel its too big - it disapprears totally when
> doing --disable-gst-debug

It's not about size (for me at least).  It seems to me more like a function
that would never really be used in production code anyway.


> * Its not that slow. I've putted it once in state-change. I though about
> creating a video from the graphs. The impact on the execution was not 
> noticable

Everything that writes to file is potentially slow.  I was more worried about
people putting it into the streaming thread and then forgetting about it and
complaining that GStreamer is soo slow ;)


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