mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue