summaryrefslogtreecommitdiff
path: root/tests/test-start-stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-start-stop.c')
-rw-r--r--tests/test-start-stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-start-stop.c b/tests/test-start-stop.c
index 7128343..62801c7 100644
--- a/tests/test-start-stop.c
+++ b/tests/test-start-stop.c
@@ -141,7 +141,7 @@ main (int argc, char *argv[])
error = clutter_gst_init (&argc, &argv);
g_assert (error == CLUTTER_INIT_SUCCESS);
- stage = clutter_stage_get_default ();
+ stage = clutter_stage_new ();
clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);
video = clutter_gst_video_texture_new ();