davemds pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=11e04529f8418925fc1746d03b926e0accae542b
commit 11e04529f8418925fc1746d03b926e0accae542b Author: davemds <[email protected]> Date: Sun Feb 16 19:53:17 2014 +0100 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. --- src/tests/emotion/emotion_test_main.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/tests/emotion/emotion_test_main.c b/src/tests/emotion/emotion_test_main.c index 56e56f7..ed308d5 100644 --- a/src/tests/emotion/emotion_test_main.c +++ b/src/tests/emotion/emotion_test_main.c @@ -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 --
