From: Filippo Argiolas Date: Mon, 18 Aug 2008 19:43:02 +0000 (+0200) Subject: [193/906] fix typos X-Git-Tag: 1.19.3~507^2~12339 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c907f53bebec16ab437df399758960aa3c22087;p=platform%2Fupstream%2Fgstreamer.git [193/906] fix typos --- 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)); }