mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
tests:python: Use proper GES.Project constructor
Avoiding a g_critical
This commit is contained in:
parent
50e40ba621
commit
facea28b28
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue