debugBinToDotFile

fnvoid debugBinToDotFile(gst.bin.Bin bin, gst.types.DebugGraphDetails details, string fileName)

To aid debugging applications one can use this method to write out the whole network of gstreamer elements that form the pipeline into a dot file. This file can be processed with graphviz to get an image.

`` shell dot -Tpng -oimage.png graph_lowlevel.dot ``

Parameters

binthe top-level pipeline that should be analyzed
detailstype of #GstDebugGraphDetails to use
fileNameoutput base filename (e.g. "myplayer")