[655/906] download: remove erronous ReadBuffer call

- it was causing segfaults in mesa
- we didn't set the readbuffer so we shouldn't reset it
This commit is contained in:
Matthew Waters 2013-01-17 23:45:59 +11:00
parent 0fa88c5219
commit 3d75c3d5af

View file

@ -1154,7 +1154,6 @@ _do_download_draw_rgb_opengl (GstGLDisplay * display, GstGLDownload * download)
break;
}
gl->ReadBuffer (GL_NONE);
gl->Disable (GL_TEXTURE_RECTANGLE_ARB);
}
#endif