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>2019-10-12 17:11:13 +0300
committerPhilippe Normand <phil@base-art.net>2019-12-24 17:10:58 +0300
commit84c40b872d29288ac8c539b56a39c7753abd8fed (patch)
tree8aedb93d19e5e4c03ce4973b16595c4b1c1b8d6f /Cargo.toml
parent317679fec33d290cafa0119fd645ecaee75f08a1 (diff)
dav1d: Add dav1ddec element
This element uses the Dav1d AV1 decoder library to decode AV1 video.
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 3f1e12fd2..c84fd62d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[workspace]
members = [
+ "gst-plugin-dav1d",
"gst-plugin-file",
"gst-plugin-reqwest",
"gst-plugin-flv",