mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: glcontext: remove unnecessary semicolon
https://bugzilla.gnome.org/show_bug.cgi?id=745875
This commit is contained in:
parent
ccdd4d48a0
commit
a4af602d0c
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ deinit (gpointer data)
|
|||
{
|
||||
GstGLContext *context = data;
|
||||
GstGLFuncs *gl = context->gl_vtable;
|
||||
gl->DeleteTextures (1, &tex);;
|
||||
gl->DeleteTextures (1, &tex);
|
||||
gst_object_unref (fbo);
|
||||
#if GST_GL_HAVE_GLES2
|
||||
if (gst_gl_context_get_gl_api (context) & GST_GL_API_GLES2)
|
||||
|
|
Loading…
Reference in a new issue