From facea28b287fd616c67c91867408fe3d5903e3b6 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 6 Feb 2019 19:49:14 -0300 Subject: [PATCH] tests:python: Use proper GES.Project constructor Avoiding a g_critical --- tests/check/python/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/python/common.py b/tests/check/python/common.py index a180841..cd37d1d 100644 --- a/tests/check/python/common.py +++ b/tests/check/python/common.py @@ -62,7 +62,7 @@ def create_main_loop(): def create_project(with_group=False, saved=False): """Creates a project with two clips in a group.""" - project = GES.Project() + project = GES.Project.new(None) timeline = project.extract() layer = timeline.append_layer() -- 2.7.4