package gstreamer import ( "github.com/go-gst/go-gst/gst" ) func gstreamerBinToDot(bin *gst.Bin) string { return bin.DebugBinToDotData(gst.DebugGraphShowAll) }