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:
authorPhilippe Normand <philn@igalia.com>2022-04-26 16:56:46 +0300
committerPhilippe Normand <philn@igalia.com>2022-04-26 16:59:45 +0300
commit5aa1b7cd3bc68f57d2d17d7a5a50a36c25040b0f (patch)
tree9b8e976ff7e53597e6e783bd2c91b9ee87b524db /README.md
parent3e10efa134289e2e6eea53b041b2ffda4927b217 (diff)
README: Mention the colordetect element
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99db03502..823044937 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ You will find the following plugins in this repository:
- `videofx`: Plugin with various video filters.
- `roundedcorners`: Element to make the corners of a video rounded via the alpha channel.
+ - `colordetect`: A pass-through filter able to detect the dominant color(s) on incoming frames, using [color-thief](https://github.com/RazrFalcon/color-thief-rs).
- `webp`: WebP decoder based on the [libwebp-sys-2](https://github.com/qnighy/libwebp-sys2-rs) library.