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.be>2022-01-12 10:47:12 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-01-12 10:47:23 +0300
commit4576bea10c2838b1ea47bd525ae77efe7fb4f9ea (patch)
tree314bd7b9de2cb7eb0beca05dc8bc8e54f13ecab9 /Cargo.toml
parent64dd5887349c1e7590db7bd7bd49710b1370eccb (diff)
add textahead plugin
Plugin displaying upcoming text buffers ahead.
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 6f673f0e5..ea472bd4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ members = [
"video/rspng",
"video/hsv",
"video/webp",
+ "text/ahead",
"text/wrap",
"text/json",
"text/regex",
@@ -56,6 +57,7 @@ default-members = [
"video/rav1e",
"video/rspng",
"video/hsv",
+ "text/ahead",
"text/wrap",
"text/json",
"text/regex",