[865/906] glmem: report successful copy to the caller
authorMatthew Waters <ystreet00@gmail.com>
Sat, 23 Nov 2013 11:19:18 +0000 (22:19 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:33 +0000 (19:31 +0000)
gst-libs/gst/gl/gstglmemory.c

index fc335a7..56d66fc 100644 (file)
@@ -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;