Emotion test: no need for an animator to update the time string.

It is yet handled in the frame decode callback, tested with vlc, gstreamer1, video and only audio.
This commit is contained in:
Davide Andreoli 2014-02-16 19:53:17 +01:00
parent 828e6f995d
commit 11e04529f8
1 changed files with 0 additions and 13 deletions

View File

@ -647,18 +647,6 @@ init_video_object(const char *module_filename, const char *filename)
evas_object_show(oe);
}
static Eina_Bool
check_positions(void *data EINA_UNUSED)
{
const Eina_List *lst;
Evas_Object *o;
EINA_LIST_FOREACH(video_objs, lst, o)
video_obj_time_changed(o, evas_object_smart_parent_get(o));
return !!video_objs;
}
int
main(int argc, char **argv)
{
@ -767,7 +755,6 @@ main(int argc, char **argv)
}
// start the main loop
ecore_animator_add(check_positions, NULL);
ecore_main_loop_begin();
// shutdown