Function gstreamer::debug_bin_to_dot_data [−][src]
pub fn debug_bin_to_dot_data<P: IsA<Bin>>(
bin: &P,
details: DebugGraphDetails
) -> GString
Expand description
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.
bin
the top-level pipeline that should be analyzed
details
type of DebugGraphDetails
to use
Returns
a string containing the pipeline in graphviz dot format.