[pitivi] Use GStreamer 1.10.2
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Use GStreamer 1.10.2
- Date: Mon, 5 Dec 2016 22:11:21 +0000 (UTC)
commit 07b87a0dffe67effda7963ec5dc0e2f5417b14a9
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Mon Dec 5 16:11:56 2016 +0100
Use GStreamer 1.10.2
RELEASE | 2 +-
meson.build | 2 +-
pitivi/check.py | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index d8fb190..ccd952e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,7 +6,7 @@ the GStreamer Editing Services library. This is an incremental bugfixing release
== Requirements ==
-For this release, we depend on GStreamer, GSt-Python, GES 1.8.2
+For this release, we depend on GStreamer, Gst-Python, GES 1.10.2.
Refer to Pitivi's check.py for the dependencies' versions for this release.
See also http://wiki.pitivi.org/wiki/Dependencies for additional tips.
diff --git a/meson.build b/meson.build
index c078897..57119ff 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ itstool = find_program('itstool')
msgfmt = find_program('msgfmt')
python_dep = dependency('python3', version : '>= 3.3')
-gst_dep = dependency('gstreamer-1.0', version : '>= 1.8.2')
+gst_dep = dependency('gstreamer-1.0', version : '>= 1.10.2')
cairo_dep = dependency('cairo')
pycairo_dep = dependency('py3cairo')
diff --git a/pitivi/check.py b/pitivi/check.py
index bdcdc32..0833237 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -366,13 +366,13 @@ GTK_API_VERSION = "3.0"
GLIB_API_VERSION = "2.0"
HARD_DEPENDENCIES = [GICheck("3.20.0"),
CairoDependency("1.10.0"),
- GstDependency("Gst", GST_API_VERSION, "1.8.2"),
- GstDependency("GES", GST_API_VERSION, "1.8.2"),
+ GstDependency("Gst", GST_API_VERSION, "1.10.2"),
+ GstDependency("GES", GST_API_VERSION, "1.10.2"),
GIDependency("GstTranscoder", GST_API_VERSION),
GtkDependency("Gtk", GTK_API_VERSION, "3.20.0"),
ClassicDependency("numpy"),
GIDependency("Gio", "2.0"),
- GstPluginDependency("gstgtk", "1.8.2"),
+ GstPluginDependency("gstgtk", "1.10.2"),
ClassicDependency("matplotlib"),
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]