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:
-rw-r--r--gst-plugin-tutorial/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml
index 7aa95a7d4..8a3b4ca92 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"