mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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
0fa88c5219
commit
3d75c3d5af
1 changed files with 0 additions and 1 deletions
|
@ -1154,7 +1154,6 @@ _do_download_draw_rgb_opengl (GstGLDisplay * display, GstGLDownload * download)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
gl->ReadBuffer (GL_NONE);
|
|
||||||
gl->Disable (GL_TEXTURE_RECTANGLE_ARB);
|
gl->Disable (GL_TEXTURE_RECTANGLE_ARB);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue