modules: emotion: fix event name after EFL Canvas Video convert

In commit 7b90e11474 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.
This commit is contained in:
Stefan Schmidt 2016-09-22 11:44:59 +02:00
parent 9e5941ed38
commit 903dbde84a
1 changed files with 1 additions and 1 deletions

View 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. */