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:
authorneithanmo <neithanmo@gmail.com>2020-05-13 20:13:28 +0300
committerneithanmo <neithanmo@gmail.com>2020-05-15 17:30:32 +0300
commitd130b291461dc1134f0c3420ffa31257e8031f5c (patch)
tree7b10e3ed74e2f2d7d13f47c3eef28e503e0d91a9 /Cargo.toml
parent36bcd5430682048501898431787db8246114364d (diff)
video/png: Add PNG encoder element
It can encode raw video formats like Gray8/16, RGB and RGBA and uses the PNG crate which is a decoding and encoding library in pure Rust
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 72071ee99..aa695f075 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ members = [
"video/flavors",
"video/gif",
"video/rav1e",
+ "video/rspng",
"text/wrap",
]