[pitivi/1.0] Bump GStreamer min version to 1.14.2



commit ab4837ac8bddf132faccfbc10d754a9f8ac1321a
Author: Thibault Saunier <tsaunier igalia com>
Date:   Tue Jul 24 09:29:11 2018 -0400

    Bump GStreamer min version to 1.14.2

 meson.build     | 2 +-
 pitivi/check.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 71f81d6c..04560607 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ if get_option('build-gst')
     subproject('gst-transcoder')
 endif
 
-gst_dep = dependency('gstreamer-1.0', version : '>= 1.14.0',
+gst_dep = dependency('gstreamer-1.0', version : '>= 1.14.2',
     fallback : ['gstreamer', 'gst_dep'])
 cairo_dep = dependency('cairo')
 pycairo_dep = dependency('py3cairo')
diff --git a/pitivi/check.py b/pitivi/check.py
index a0fc4184..378fd8e4 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -417,7 +417,7 @@ def initialize_modules():
 # a specific version requirement, they have the "None" value.
 
 GST_API_VERSION = "1.0"
-GST_VERSION = "1.14.1"
+GST_VERSION = "1.14.2"
 GTK_API_VERSION = "3.0"
 GLIB_API_VERSION = "2.0"
 HARD_DEPENDENCIES = [GICheck("3.20.0"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]