From 386ddcdcc0c04f2bd2fee3c572408fc51cf6c1ef Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 14 May 2015 11:58:03 +0200 Subject: Require GStreamer 1.5 because of fixes in the inter* elements --- voctocore/voctocore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py index 43826d1..cbc1fe1 100755 --- a/voctocore/voctocore.py +++ b/voctocore/voctocore.py @@ -6,7 +6,7 @@ gi.require_version('Gst', '1.0') from gi.repository import Gtk, Gdk, Gst, GObject, GdkX11, GstVideo # check min-version -minGst = (1, 4) +minGst = (1, 5) minPy = (3, 0) if Gst.version() < minGst: -- cgit v1.2.3