summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2012-04-20 17:18:52 +0200
committerDamien Lespiau <damien.lespiau@intel.com>2012-04-27 12:57:02 +0100
commit4d70293fc650bf9a6355c2d31701c766b9fee65b (patch)
tree612f1385a2844019772459196be34ce1e2641c0e
parent44d5688abec8c9ee2e8ea5854a6092a3ba607205 (diff)
downloadclutter-gst-4d70293fc650bf9a6355c2d31701c766b9fee65b.tar.gz
videoplayer: fix reset_animaton so it can be performed more than once
-rw-r--r--examples/video-player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/video-player.c b/examples/video-player.c
index 124d42b..a0dcd36 100644
--- a/examples/video-player.c
+++ b/examples/video-player.c
@@ -247,7 +247,7 @@ input_cb (ClutterStage *stage,
"rotation-angle-y", 360.0,
"fixed::rotation-center-y", &center,
NULL);
- g_signal_connect (animation, "completed",
+ g_signal_connect_after (animation, "completed",
G_CALLBACK (reset_animation),
app);
handled = TRUE;