Debug.binToDotFile

To aid debugging applications one can use this method to write out the whole network of gstreamer elements that form the pipeline into an dot file. This file can be processed with graphviz to get an image. <informalexample><programlisting> dot -Tpng -oimage.png graph_lowlevel.dot </programlisting></informalexample>

struct Debug
static
void
binToDotFile

Parameters

bin Bin

the top-level pipeline that should be analyzed

details GstDebugGraphDetails

type of #GstDebugGraphDetails to use

fileName string

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

Meta