projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49dbef
)
tests: glcontext: remove unnecessary semicolon
author
hoonhee.lee
<hoonhee.lee@lge.com>
Mon, 9 Mar 2015 03:41:59 +0000
(12:41 +0900)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 9 Mar 2015 07:41:25 +0000
(08:41 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=745875
tests/check/libs/gstglcontext.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/gstglcontext.c
b/tests/check/libs/gstglcontext.c
index
20c4708
..
bc0fa78
100644
(file)
--- a/
tests/check/libs/gstglcontext.c
+++ b/
tests/check/libs/gstglcontext.c
@@
-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)