From: Filippo Argiolas Date: Thu, 29 Apr 2010 12:20:56 +0000 (+0200) Subject: [448/906] xray: increase edges visibility X-Git-Tag: 1.19.3~507^2~12084 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c888188422734b9813e9df46572460f625bbcf38;p=platform%2Fupstream%2Fgstreamer.git [448/906] xray: increase edges visibility Some little fine tuning, still not completely satisfied yet. --- diff --git a/gst/gl/effects/gstgleffectxray.c b/gst/gl/effects/gstgleffectxray.c index 8abc3c1..0cdcd37 100644 --- a/gst/gl/effects/gstgleffectxray.c +++ b/gst/gl/effects/gstgleffectxray.c @@ -270,7 +270,7 @@ gst_gl_effects_xray_step_five (gint width, gint height, guint texture, glBindTexture (GL_TEXTURE_RECTANGLE_ARB, texture); glDisable (GL_TEXTURE_RECTANGLE_ARB); - gst_gl_shader_set_uniform_1f (shader, "alpha", (gfloat) 0.4f); + gst_gl_shader_set_uniform_1f (shader, "alpha", (gfloat) 0.5f); gst_gl_shader_set_uniform_1i (shader, "blend", 1); gst_gl_effects_draw_texture (effects, texture);