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:
authorMathieu Duponchelle <mathieu@centricular.com>2021-03-17 01:43:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-03-20 11:53:20 +0300
commitd9e727050cb4e3086c8c9d3e54fd6761ac5341fc (patch)
treec409ea556b8c7c735d6919b9df6044c122fb937f /Cargo.toml
parent359c07203e277e7b5e8f5c3f97c73ddbf7729b7a (diff)
video: implement webp decoder around libwebp-sys2 crate
Unlike webpdec from -bad, this element inherits from GstElement and can decode animated webp data.
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 a20ad55ff..e293f8879 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ members = [
"video/rav1e",
"video/rspng",
"video/hsv",
+ "video/webp",
"text/wrap",
"text/json",
"text/regex",