From 3d75c3d5af4ee3c964f17544de92005dcc8289dd Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 17 Jan 2013 23:45:59 +1100 Subject: [PATCH] [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 --- gst-libs/gst/gl/gstgldownload.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/gstgldownload.c b/gst-libs/gst/gl/gstgldownload.c index a468b39..f1baa92 100644 --- a/gst-libs/gst/gl/gstgldownload.c +++ b/gst-libs/gst/gl/gstgldownload.c @@ -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 -- 2.7.4