From: Matthew Waters Date: Thu, 17 Jan 2013 12:45:59 +0000 (+1100) Subject: [655/906] download: remove erronous ReadBuffer call X-Git-Tag: 1.19.3~511^2~1989^2~1868 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=535074cc8741dda7370c001ef7db803346ba720d;p=platform%2Fupstream%2Fgstreamer.git [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 --- 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