summaryrefslogtreecommitdiff
path: root/examples/video-sink.c
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-01-30 15:19:33 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-01-31 14:19:28 +0000
commitd591ca0b4e465e76e68f244810db5ab3140cdc25 (patch)
tree563ac4ceadc0c62a91745027790e286e4fc84eab /examples/video-sink.c
parent6ce5ec6b63758e8aae17d84ca8bf55b2cec36e2f (diff)
downloadclutter-gst-d591ca0b4e465e76e68f244810db5ab3140cdc25.tar.gz
remove most of remaining Clutter deprecation warnings
Apart from ClutterMedia/ClutterTexture because that would break API.
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();