From 35b7b488f342b16b8b5b9f03a241ff97132988f1 Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Sat, 16 Aug 2008 09:17:14 +0200 Subject: [PATCH] [176/906] fix a typo --- gst/gl/effects/gstgleffectssources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */ -- 2.7.4