[074/906] up

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@446 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
Julien Isorce 2008-05-19 23:06:07 +00:00 committed by Matthew Waters
parent 4759f9847a
commit 607548be2d

View file

@ -1890,7 +1890,7 @@ gst_gl_display_loadGLSLprogram (gchar* textFProgram)
//Compile the shader
FHandle = glCreateShaderObjectARB (GL_FRAGMENT_SHADER_ARB);
glShaderSourceARB (FHandle, 1, &textFProgram, NULL);
glShaderSourceARB (FHandle, 1, (const GLcharARB**)&textFProgram, NULL);
glCompileShaderARB (FHandle);
//Print the compilation log