elm test: image zoomable - allow gif to be played in test example

play gif file if its selected through file selector

elm test -> photocam -> select photo -> {select any gif anim file}
This commit is contained in:
Amitesh Singh 2017-06-29 11:56:48 +09:00
parent 352c044524
commit 233e597ff5
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ my_bt_open(void *data, Evas_Object *obj EINA_UNUSED, void *event_info)
eina_list_free(grps);
}
if (file && eina_str_has_extension(file, ".gif")
&& efl_player_playable_get(ph))
efl_player_play_set(ph, EINA_TRUE);
}
static void