summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-05-14 18:35:35 +1000
committerMatthew Waters <matthew@centricular.com>2015-05-14 18:35:35 +1000
commit904cdf3f58bb3177d2a42de658fb98486b9670e0 (patch)
tree771ccb9bb3a36fde62e27029774aa78eb3a834cb /tests
parent0870e8785ede56d36814f5906c2353d16b1bc079 (diff)
downloadgstreamer-plugins-bad-904cdf3f58bb3177d2a42de658fb98486b9670e0.tar.gz
tests/gl: fix typo
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/gstglcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/gstglcontext.c b/tests/check/libs/gstglcontext.c
index 94a5f95f3..601e67344 100644
--- 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);