From 4cdfe95eefc9be2fbd86f0ee4f9ba18fd0b8eeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 18 Feb 2018 23:23:57 +0100 Subject: [PATCH] Raise gstreamer-video and gstreamer-base requirements as needed --- gst-plugin-tutorial/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml index 7aa95a7d..8a3b4ca9 100644 --- a/gst-plugin-tutorial/Cargo.toml +++ b/gst-plugin-tutorial/Cargo.toml @@ -9,8 +9,8 @@ license = "MIT/Apache-2.0" gst-plugin = { path="../gst-plugin" } glib = "0.4" gstreamer = "0.10" -gstreamer-base = "0.10" -gstreamer-video = "0.10" +gstreamer-base = "0.10.2" +gstreamer-video = "0.10.1" gstreamer-audio = "0.10" byte-slice-cast = "0.1" num-traits = "0.1"