summaryrefslogtreecommitdiff
path: root/examples/video-sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video-sink.c')
-rw-r--r--examples/video-sink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/video-sink.c b/examples/video-sink.c
index b233906..9e2e504 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -125,9 +125,9 @@ main (int argc, char *argv[])
/* start the timeline */
clutter_timeline_start (timeline);
- clutter_group_add (CLUTTER_GROUP (stage), texture);
+ clutter_actor_add_child (stage, texture);
// clutter_actor_set_opacity (texture, 0x11);
- clutter_actor_show_all (stage);
+ clutter_actor_show (stage);
clutter_main();