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:
72993f5
)
tests/gl: fix typo
author
Matthew Waters
<matthew@centricular.com>
Thu, 14 May 2015 08:35:35 +0000
(18:35 +1000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:32:01 +0000
(19:32 +0000)
tests/check/libs/gstglcontext.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/gstglcontext.c
b/tests/check/libs/gstglcontext.c
index 94a5f95f32626bca3182db414be5267794edc24d..601e67344907a3ac0ca7d818c44cd90030ddb7f7 100644
(file)
--- a/
tests/check/libs/gstglcontext.c
+++ b/
tests/check/libs/gstglcontext.c
@@
-174,7
+174,7
@@
draw_render (gpointer data)
gl->LoadIdentity ();
gl->ActiveTexture (GL_TEXTURE_2D);
- gl->BindTexture (GL_TEXTURE_2D, tex
_id
);
+ gl->BindTexture (GL_TEXTURE_2D, tex);
gl->EnableClientState (GL_VERTEX_ARRAY);
gl->VertexPointer (2, GL_FLOAT, 0, &verts);