[193/906] fix typos
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Mon, 18 Aug 2008 19:43:02 +0000 (21:43 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:26 +0000 (18:36 +0100)
gst/gl/effects/gstgleffectssources.c
gst/gl/gstgldifferencematte.c

index 63b2969..685e832 100644 (file)
@@ -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;"
   "}";
 
index 9d6c644..d8f4ce0 100644 (file)
@@ -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));
 }