diff --git a/gst-libs/gst/gl/gstglmemory.c b/gst-libs/gst/gl/gstglmemory.c index fc335a764c..56d66fca0b 100644 --- a/gst-libs/gst/gl/gstglmemory.c +++ b/gst-libs/gst/gl/gstglmemory.c @@ -284,6 +284,7 @@ _gl_mem_copy_thread (GstGLContext * context, gpointer data) gl->DeleteFramebuffers (1, &fboId); copy_params->tex_id = tex_id; + copy_params->result = TRUE; return;