From: Jimmy Huang Date: Wed, 17 Apr 2013 21:54:24 +0000 (-0700) Subject: Fixes bug where video is not smooth, same as TIVI-651 X-Git-Tag: accepted/2.0/20130417.215955~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e951a4ef644a324d6bd4bde7e6f00dea179bb41;p=profile%2Fivi%2Fcamera-app.git Fixes bug where video is not smooth, same as TIVI-651 Signed-off-by: Jimmy Huang --- diff --git a/src/camera_app.c b/src/camera_app.c index 7b71147..f4ff50a 100755 --- a/src/camera_app.c +++ b/src/camera_app.c @@ -101,6 +101,9 @@ static Evas_Object *__cam_create_win(const char *name) Evas_Object *eo = NULL; int w, h; + /* temporarily: disable sync to fix video frame rate issue */ + ecore_evas_app_comp_sync_set(EINA_FALSE); + eo = elm_win_add(NULL, name, ELM_WIN_BASIC); if (eo) {