From b401b2f24331a552e9f89f4d517d8c3c56840bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 14 Aug 2019 21:02:28 +0300 Subject: 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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] -- cgit v1.2.3