[pitivi/1.0] check: Call gi.require_version for GstTranscoder



commit f8884565a38677195fbcea58e71721499e40320c
Author: Thibault Saunier <tsaunier gnome org>
Date:   Sun Aug 27 07:46:59 2017 -0300

    check: Call gi.require_version for GstTranscoder
    
    Avoiding to get warned about it

 pitivi/check.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index baffb32..4ff913e 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -348,6 +348,7 @@ def initialize_modules():
 
     require_version("Gst", GST_API_VERSION)
     require_version("GstController", GST_API_VERSION)
+    require_version("GstTranscoder", GST_API_VERSION)
     from gi.repository import Gst
     from pitivi.configure import get_audiopresets_dir, get_videopresets_dir
     Gst.init(None)


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