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:
authorSebastian Dröge <sebastian@centricular.com>2019-08-14 21:02:28 +0300
committerSebastian Dröge <slomo@coaxion.net>2019-08-19 18:59:02 +0300
commitb401b2f24331a552e9f89f4d517d8c3c56840bb9 (patch)
treee1b458063905153f993e5a92fd1f738d4b551ffd /Cargo.toml
parent064cb52d0b85a880baeccc50c7ff0262ecbbcce8 (diff)
fallbackswitch: New plugin providing a fallbackswitch element
Allows having a live input stream and falling back to another input stream after a configurable timeout without any buffers received on the main input.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2474d047b..c1d270b02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ members = [
"gst-plugin-cdg",
"gst-plugin-rav1e",
"gst-plugin-s3",
+ "gst-plugin-fallbackswitch",
]
[profile.release]