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"