dot format.
debugBinToDotData
fn
string debugBinToDotData(gst.bin.Bin bin, gst.types.DebugGraphDetails details)To aid debugging applications one can use this method to obtain the whole network of gstreamer elements that form the pipeline into a dot file. This data can be processed with graphviz to get an image.
Parameters
bin | the top-level pipeline that should be analyzed |
details | type of #GstDebugGraphDetails to use |
Returns
a string containing the pipeline in graphviz