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



commit 1338dd6dd1b072f3204038db1cff4f33aa934767
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 6ee01da..4bac3a2 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]