Function

Gst-1.0Gstdebug_bin_to_dot_file

  • 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

    Returns void