From 9b383a17cf1a9f35345fb5edc026ba91bb81ebd3 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 29 Jul 2014 13:25:22 +1000 Subject: [PATCH] glimagesink: keep the uploaded buffer around on successful redisplay We might need it later to perform a redisplay. GstGLUpload will take of releasing the previous buffer when it receives a new buffer. https://bugzilla.gnome.org/show_bug.cgi?id=733726 --- ext/gl/gstglimagesink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/gl/gstglimagesink.c b/ext/gl/gstglimagesink.c index e43d4cb..f1225c7 100644 --- a/ext/gl/gstglimagesink.c +++ b/ext/gl/gstglimagesink.c @@ -808,7 +808,6 @@ gst_glimage_sink_show_frame (GstVideoSink * vsink, GstBuffer * buf) return GST_FLOW_ERROR; } - gst_gl_upload_release_buffer (glimage_sink->upload); return GST_FLOW_OK; /* ERRORS */ -- 2.7.4