From: Cedric BAIL Date: Fri, 18 Nov 2011 08:49:59 +0000 (+0000) Subject: evas: video surface can be NULL. X-Git-Tag: submit/devel/efl/20131022.203902~7460 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84cbdd9a04488529fc0fe723422ba4f5611bc325;p=platform%2Fupstream%2Fefl.git evas: video surface can be NULL. SVN revision: 65379 --- diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index f88f0a7..0df1dfe 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -7136,7 +7136,7 @@ EAPI Evas_Native_Surface *evas_object_image_native_surface_get (const Ev * This function link a video surface to a given canvas image. * */ -EAPI void evas_object_image_video_surface_set (Evas_Object *obj, Evas_Video_Surface *surf) EINA_ARG_NONNULL(1, 2); +EAPI void evas_object_image_video_surface_set (Evas_Object *obj, Evas_Video_Surface *surf) EINA_ARG_NONNULL(1); /** * Get the video surface linekd to a given image of the canvas