[304/906] only load RGBA files.png

This commit is contained in:
Julien Isorce 2009-02-05 19:59:27 +01:00 committed by Tim-Philipp Müller
parent c060a8896d
commit 3b8429c2df

View file

@ -519,7 +519,7 @@ gst_gl_shader_get_attribute_location (GstGLShader * shader, const gchar *name)
g_return_val_if_fail (priv->program_handle != 0, 0);
return glGetUniformLocationARB (priv->program_handle, name);
return glGetAttribLocationARB (priv->program_handle, name);
}
GQuark