Debug.binToDotData

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

struct Debug
static
string
binToDotData

Parameters

bin Bin

the top-level pipeline that should be analyzed

details GstDebugGraphDetails

type of #GstDebugGraphDetails to use

Return Value

Type: string

a string containing the pipeline in graphviz dot format.

Meta