rage - fix videothumb using uniittied buffer for key

This commit is contained in:
Carsten Haitzler 2015-11-15 10:46:51 +09:00
parent 5d47059291
commit d0668f7e75
1 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,8 @@ _videothumb_image_load(Evas_Object *obj)
evas_object_event_callback_add(sd->o_img2, evas_object_event_callback_add(sd->o_img2,
EVAS_CALLBACK_IMAGE_PRELOADED, EVAS_CALLBACK_IMAGE_PRELOADED,
_cb_preload, obj); _cb_preload, obj);
evas_object_image_file_set(sd->o_img2, sd->realfile, buf); evas_object_image_file_set(sd->o_img2, sd->realfile,
sd->poster ? NULL : buf);
evas_object_image_size_get(sd->o_img2, &(sd->iw), &(sd->ih)); evas_object_image_size_get(sd->o_img2, &(sd->iw), &(sd->ih));
_smart_calculate(obj); _smart_calculate(obj);
if (sd->iw > 0) if (sd->iw > 0)