debugBinToDotFileWithTs
fn
void debugBinToDotFileWithTs(gst.bin.Bin bin, gst.types.DebugGraphDetails details, string fileName)This works like [gst.global.debugBinToDotFile], but adds the current timestamp to the filename, so that it can be used to take multiple snapshots.
Parameters
bin | the top-level pipeline that should be analyzed |
details | type of #GstDebugGraphDetails to use |
fileName | output base filename (e.g. "myplayer") |