Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-05-18 18:22:34 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-05-23 14:52:52 +0300
commit351453c132a6a3f6de88370c76ac4a937837d699 (patch)
treeeafe6ba97ef1ef1c9d6ba3b53f17be0eb8dbea16 /Cargo.toml
parentd18270a391ca2336186ffaa12f5503dec3d12cae (diff)
add snapshotting tracer
Convenient tracer to dump all the existing pipelines when receiving the SIGUSR1 Unix signal.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9633c6c4e..d07f82609 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ members = [
"net/rusoto",
"utils/fallbackswitch",
"utils/togglerecord",
+ "utils/tracers",
"utils/uriplaylistbin",
"video/cdg",
"video/closedcaption",
@@ -52,6 +53,7 @@ default-members = [
"net/rusoto",
"utils/fallbackswitch",
"utils/togglerecord",
+ "utils/tracers",
"utils/uriplaylistbin",
"video/cdg",
"video/ffv1",