efl/evas: reduce commit to evas_object_image.

SVN revision: 83365
This commit is contained in:
Cedric BAIL 2013-01-27 06:31:11 +00:00
parent e290dfae93
commit 8589836860
1 changed files with 9 additions and 0 deletions

View File

@ -2279,6 +2279,15 @@ _image_video_surface_set(Eo *eo_obj, void *_pd, va_list *list)
}
else
{
if (!o->video_surface &&
!o->pixels->video.update_pixels &&
!o->pixels->video.move &&
!o->pixels->video.resize &&
!o->pixels->video.hide &&
!o->pixels->video.show &&
!o->pixels->video.data)
return ;
o->video_surface = EINA_FALSE;
EINA_COW_PIXEL_WRITE_BEGIN(o, pixi_write)
{