From: Filippo Argiolas Date: Sat, 16 Aug 2008 07:17:14 +0000 (+0200) Subject: [176/906] fix a typo X-Git-Tag: 1.19.3~507^2~12356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35b7b488f342b16b8b5b9f03a241ff97132988f1;p=platform%2Fupstream%2Fgstreamer.git [176/906] fix a typo --- diff --git a/gst/gl/effects/gstgleffectssources.c b/gst/gl/effects/gstgleffectssources.c index 8c752ec..77c6834 100644 --- a/gst/gl/effects/gstgleffectssources.c +++ b/gst/gl/effects/gstgleffectssources.c @@ -313,7 +313,7 @@ const gchar *sin_fragment_source = " HSL = rgb2hsl (color.rgb);" /* move hls discontinuity away from the desired red zone so we can use * smoothstep.. to try: convert degrees in radiants, divide by 2 and - * smoothstep sine */ + * smoothstep cosine */ " HSL.x += 180.0;" " if ((HSL.x) > 360.0) HSL.x -= 360.0;" /* damn, it is extremely hard to get rid of human face reds! */