From c1f20d3e6b8fccf66b133049f806fca0c512664e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 20 Jun 2011 17:36:13 +0000 Subject: emotion: add a gstreamer sink. This work was first started by Vincent Torri and Nicolas Aguirre. I took the necessary time to make it work and included inside emotion with Samsung sponsorship. This code is not yet completly clean and fast, but it work and make it possible to add more speed improvement later. This was a needed infrastructure work. SVN revision: 60532 --- legacy/emotion/src/lib/emotion_smart.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'legacy/emotion/src/lib/emotion_smart.c') diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 395649c7e2..5fdbc33319 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -1547,3 +1547,13 @@ _smart_clip_unset(Evas_Object * obj) if (!sd) return; evas_object_clip_unset(sd->obj); } + +EAPI Evas_Object * +_emotion_image_get(const Evas_Object *obj) +{ + Smart_Data *sd; + + sd = evas_object_smart_data_get(obj); + if (!sd) return NULL; + return sd->obj; +} -- cgit v1.2.1