mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[304/906] only load RGBA files.png
This commit is contained in:
parent
c060a8896d
commit
3b8429c2df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue