mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 20:44:16 +00:00
[896/906] utils: use the vtable for deleting the texture
This commit is contained in:
parent
4b42da6141
commit
0fb0776432
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ gst_gl_context_gen_texture (GstGLContext * context, GLuint * pTexture,
|
|||
void
|
||||
_del_texture (GstGLContext * context, guint * texture)
|
||||
{
|
||||
glDeleteTextures (1, texture);
|
||||
context->gl_vtable->DeleteTextures (1, texture);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue