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>2021-10-15 17:57:55 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2021-11-29 12:55:01 +0300
commitf9a39b1138d77c48a54735c74a49ee5e28ab887d (patch)
tree42b1521e6f24d81d1718724336d9f1f1b74da84a /Cargo.toml
parent97e6a89cac2992c27fb9dc341a10b0b5dadbb24b (diff)
add uriplaylistbin plugin
uriplaylistbin plays a list of URIs sequentially, ensuring gapless transitions and proper streams synchronization.
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 e20655541..796c65686 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ members = [
"net/rusoto",
"utils/fallbackswitch",
"utils/togglerecord",
+ "utils/uriplaylistbin",
"video/cdg",
"video/closedcaption",
"video/videofx",
@@ -46,6 +47,7 @@ default-members = [
"net/rusoto",
"utils/fallbackswitch",
"utils/togglerecord",
+ "utils/uriplaylistbin",
"video/cdg",
"video/ffv1",
"video/flavors",