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:
authorSebastian Dröge <sebastian@centricular.com>2020-07-10 12:55:14 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-10 13:07:07 +0300
commit6061d22fad98f1f9e78256ee25e7407439b36a7f (patch)
treef5a959c1ca2d00672d5d054195d09ce1fb08f8d6 /video/dav1d
parent54c5612ac8f8cbfcc5d1997267508b86047c26d4 (diff)
video/dav1d/rav1e: Depend on gstreamer-video 1.12 for the 12 bit formats
Can be made conditional if someone needs that.
Diffstat (limited to 'video/dav1d')
-rw-r--r--video/dav1d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index ed148d719..f16b693e2 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -12,7 +12,7 @@ dav1d = "0.5"
glib = { git = "https://github.com/gtk-rs/glib" }
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
-gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
+gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
lazy_static = "1.0"
[lib]