From 4c907f53bebec16ab437df399758960aa3c22087 Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Mon, 18 Aug 2008 21:43:02 +0200 Subject: [PATCH] [193/906] fix typos --- gst/gl/effects/gstgleffectssources.c | 1 - gst/gl/gstgldifferencematte.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gst/gl/effects/gstgleffectssources.c b/gst/gl/effects/gstgleffectssources.c index 63b2969..685e832 100644 --- a/gst/gl/effects/gstgleffectssources.c +++ b/gst/gl/effects/gstgleffectssources.c @@ -368,7 +368,6 @@ const gchar *texture_interp_fragment_source = "vec4 basecolor = texture2DRect (base, gl_TexCoord[0].st);" "vec4 blendcolor = texture2DRect (blend, gl_TexCoord[0].st);" "vec4 alphacolor = texture2DRect (alpha, gl_TexCoord[0].st);" -// "gl_FragColor = alphacolor;" "gl_FragColor = (alphacolor * blendcolor) + (1.0 - alphacolor) * basecolor;" "}"; diff --git a/gst/gl/gstgldifferencematte.c b/gst/gl/gstgldifferencematte.c index 9d6c644..d8f4ce0 100644 --- a/gst/gl/gstgldifferencematte.c +++ b/gst/gl/gstgldifferencematte.c @@ -172,7 +172,6 @@ gst_gl_differencematte_class_init (GstGLDifferenceMatteClass * klass) g_param_spec_string ("location", "Background image location", "Background image location" - "(when set a snapshot of the background will be taken)", NULL, G_PARAM_READWRITE)); } -- 2.7.4