From 271711e2b4c4b1be90ea8eded20774aa7a83476b Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 7 Aug 2014 17:56:47 +0900 Subject: [PATCH] sue proper vid obj --- src/bin/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/video.c b/src/bin/video.c index c2b624b..d96846e 100644 --- a/src/bin/video.c +++ b/src/bin/video.c @@ -812,7 +812,7 @@ video_lowquality_set(Evas_Object *obj, Eina_Bool lowq) Video *sd = evas_object_smart_data_get(obj); if (!sd) return; sd->lowqual = lowq; - emotion_object_smooth_scale_set(sd->o_vid, + emotion_object_smooth_scale_set(sd->o_vid, (!sd->nosmooth) & (!sd->lowqual)); }