summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/video-sink-navigation.c2
-rw-r--r--examples/video-sink.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/video-sink-navigation.c b/examples/video-sink-navigation.c
index 87f0795..5ccace6 100644
--- a/examples/video-sink-navigation.c
+++ b/examples/video-sink-navigation.c
@@ -92,7 +92,7 @@ main (int argc, char *argv[])
}
gst_init (&argc, &argv);
- stage = clutter_stage_get_default ();
+ stage = clutter_stage_new ();
clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
/* Make a timeline */
diff --git a/examples/video-sink.c b/examples/video-sink.c
index b0e13f3..b233906 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -90,7 +90,7 @@ main (int argc, char *argv[])
}
gst_init (&argc, &argv);
- stage = clutter_stage_get_default ();
+ stage = clutter_stage_new ();
/* Make a timeline */
timeline = clutter_timeline_new (1000);