[pitivi/1.0] check: Do not require a particular version of GstPlugins



commit fd7d9950c327c4f82b0296ab4c686f6afa3d546e
Author: Thibault Saunier <tsaunier gnome org>
Date:   Thu Sep 21 14:27:54 2017 -0300

    check: Do not require a particular version of GstPlugins
    
    If we have the right version of GStreamer and necessary libs we
    should be fine.
    
    Avoid issues on flatpak where detecting plugins have changed might
    fail.
    
    Differential Revision: https://phabricator.freedesktop.org/D1864

 pitivi/check.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index 436299a..bc7a03e 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -399,8 +399,8 @@ HARD_DEPENDENCIES = [GICheck("3.20.0"),
                      GtkDependency("Gtk", GTK_API_VERSION, "3.20.0"),
                      ClassicDependency("numpy"),
                      GIDependency("Gio", "2.0"),
-                     GstPluginDependency("gtk", GST_VERSION),
-                     GstPluginDependency("gdkpixbuf", GST_VERSION),
+                     GstPluginDependency("gtk"),
+                     GstPluginDependency("gdkpixbuf"),
                      ClassicDependency("matplotlib"),
                      ]
 


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