ah whoops, forgot to press play. video previews working great now

SVN revision: 76960
This commit is contained in:
Mike Blumenkrantz 2012-09-21 11:11:13 +00:00
parent c135778f5f
commit eec8553b5f
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ _e_wid_fprev_preview_video_widgets(E_Widget_Data *wd)
o = emotion_object_add(evas);
emotion_object_init(o, NULL);
emotion_object_file_set(o, wd->path);
emotion_object_play_set(o, EINA_TRUE);
evas_object_size_hint_aspect_set(o, EVAS_ASPECT_CONTROL_BOTH, wd->w, wd->h);
wd->o_preview_preview = e_widget_image_add_from_object(evas, o, wd->w, wd->h);
e_widget_table_object_append(wd->o_preview_properties_table,