emotion_test - add printfs for other cb's

This commit is contained in:
Carsten Haitzler 2014-09-01 11:21:36 +09:00
parent 7b0db79c2d
commit 222f2a652f
1 changed files with 3 additions and 1 deletions

View File

@ -364,19 +364,21 @@ video_obj_frame_resize_cb(void *data, Evas_Object *obj, void *event_info EINA_UN
static void
video_obj_length_change_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
{
printf("len change!\n");
video_obj_time_changed(obj, data);
}
static void
video_obj_position_update_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
{
printf("pos up!\n");
video_obj_time_changed(obj, data);
}
static void
video_obj_stopped_cb(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
{
printf("video stopped!\n");
printf("video stopped!!!\n");
if (loop)
{
emotion_object_position_set(obj, 0.0);