debugBinToDotFile

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.

dot -Tpng -oimage.png graph_lowlevel.dot

Parameters

bin gst.bin.Bin

the top-level pipeline that should be analyzed

details gst.types.DebugGraphDetails

type of #GstDebugGraphDetails to use

fileName string

output base filename (e.g. "myplayer")