[193/906] fix typos

This commit is contained in:
Filippo Argiolas 2008-08-18 21:43:02 +02:00 committed by Matthew Waters
parent 8024aa7483
commit 4c907f53be
2 changed files with 0 additions and 2 deletions

View 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;"
"}";

View 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));
}