mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[193/906] fix typos
This commit is contained in:
parent
8024aa7483
commit
4c907f53be
2 changed files with 0 additions and 2 deletions
|
@ -368,7 +368,6 @@ const gchar *texture_interp_fragment_source =
|
||||||
"vec4 basecolor = texture2DRect (base, gl_TexCoord[0].st);"
|
"vec4 basecolor = texture2DRect (base, gl_TexCoord[0].st);"
|
||||||
"vec4 blendcolor = texture2DRect (blend, gl_TexCoord[0].st);"
|
"vec4 blendcolor = texture2DRect (blend, gl_TexCoord[0].st);"
|
||||||
"vec4 alphacolor = texture2DRect (alpha, gl_TexCoord[0].st);"
|
"vec4 alphacolor = texture2DRect (alpha, gl_TexCoord[0].st);"
|
||||||
// "gl_FragColor = alphacolor;"
|
|
||||||
"gl_FragColor = (alphacolor * blendcolor) + (1.0 - alphacolor) * basecolor;"
|
"gl_FragColor = (alphacolor * blendcolor) + (1.0 - alphacolor) * basecolor;"
|
||||||
"}";
|
"}";
|
||||||
|
|
||||||
|
|
|
@ -172,7 +172,6 @@ gst_gl_differencematte_class_init (GstGLDifferenceMatteClass * klass)
|
||||||
g_param_spec_string ("location",
|
g_param_spec_string ("location",
|
||||||
"Background image location",
|
"Background image location",
|
||||||
"Background image location"
|
"Background image location"
|
||||||
"(when set a snapshot of the background will be taken)",
|
|
||||||
NULL, G_PARAM_READWRITE));
|
NULL, G_PARAM_READWRITE));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue