[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:
parent
ccfa7d674a
commit
535074cc87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user