modules: emotion: fix event name after EFL Canvas Video convert
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 22 Sep 2016 09:44:59 +0000 (11:44 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 22 Sep 2016 09:44:59 +0000 (11:44 +0200)
In commit 7b90e1147442d6a8023422400bffd77e2815fe0b the event name changed but
this module was not updated. Luckily we are building it on Jenkins or it would
have gone unnoticed for a long time.

src/modules/emotion/libvlc/emotion_libvlc.c

index f994e4d..31b47c9 100644 (file)
@@ -280,7 +280,7 @@ evas_resize_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
 
    evas_object_image_size_get(ev->evas_obj, &w, &h);
    _emotion_frame_resize(ev->obj, w, h, w / (double) h);
-   efl_event_callback_call(ev->obj, EMOTION_OBJECT_EVENT_FRAME_DECODE, NULL);
+   efl_event_callback_call(ev->obj, EFL_CANVAS_VIDEO_EVENT_FRAME_DECODE, NULL);
 }
 
 /* Fetch all libvlc tracks. */