TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
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 Copy
dot -Tpng -oimage.png graph_lowlevel.dot
the top-level pipeline that should be analyzed
type of Gst.DebugGraphDetails to use
output base filename (e.g. "myplayer")
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.