diff options
Diffstat (limited to 'tests/check/ges/uriclip.c')
-rw-r--r-- | tests/check/ges/uriclip.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/check/ges/uriclip.c b/tests/check/ges/uriclip.c index 2fef22ba..09dfb4ed 100644 --- a/tests/check/ges/uriclip.c +++ b/tests/check/ges/uriclip.c @@ -87,7 +87,7 @@ GST_START_TEST (test_filesource_basic) mainloop = g_main_loop_new (NULL, FALSE); - timeline = create_timeline_sync (TRUE); + timeline = ges_timeline_new_audio_video (); fail_unless (timeline != NULL); layer = ges_layer_new (); @@ -131,7 +131,7 @@ GST_START_TEST (test_filesource_properties) layer = ges_layer_new (); fail_unless (layer != NULL); - timeline = create_timeline_sync (FALSE); + timeline = ges_timeline_new (); fail_unless (GES_IS_TIMELINE (timeline)); fail_unless (ges_timeline_add_layer (timeline, layer)); fail_unless (ges_timeline_add_track (timeline, track)); @@ -220,7 +220,7 @@ GST_START_TEST (test_filesource_images) layer = ges_layer_new (); fail_unless (layer != NULL); - timeline = create_timeline_sync (FALSE); + timeline = ges_timeline_new (); fail_unless (timeline != NULL); fail_unless (ges_timeline_add_layer (timeline, layer)); fail_unless (ges_timeline_add_track (timeline, a)); |