From 38c5f1d4ec60bf9887f91ffb12f22c68e5b39879 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 26 Jul 2014 16:51:14 +0200 Subject: [PATCH] clip media controls. Cf T1369 --- src/bin/media.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/media.c b/src/bin/media.c index b8170056..7c99310c 100644 --- a/src/bin/media.c +++ b/src/bin/media.c @@ -774,6 +774,8 @@ _type_mov_init(Evas_Object *obj) * I think we need to swallow inside the bg object. but how to * retrive the edje bg object from here? * */ + evas_object_smart_member_add(o, obj); + evas_object_clip_set(o, sd->clip); evas_object_show(o); media_play_set(obj, EINA_TRUE);