gst-plugins-rs/utils/tracers/build.rs
Guillaume Desmottes 351453c132 add snapshotting tracer
Convenient tracer to dump all the existing pipelines when receiving the
SIGUSR1 Unix signal.
2022-05-23 13:52:52 +02:00

4 lines
52 B
Rust

fn main() {
gst_plugin_version_helper::info()
}