Function gstreamer::debug_bin_to_dot_file_with_ts [−][src]
pub fn debug_bin_to_dot_file_with_ts<P: IsA<Bin>, Q: AsRef<Path>>(
bin: &P,
details: DebugGraphDetails,
file_name: Q
)
Expand description
This works like debug_bin_to_dot_file()
, but adds the current timestamp
to the filename, so that it can be used to take multiple snapshots.
bin
the top-level pipeline that should be analyzed
details
type of DebugGraphDetails
to use
file_name
output base filename (e.g. “myplayer”)