From 89a203abe345b10d7a2ae9a3c00df72e33e6b331 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sat, 23 Nov 2013 22:19:18 +1100 Subject: [PATCH] [865/906] glmem: report successful copy to the caller --- gst-libs/gst/gl/gstglmemory.c | 1 + 1 file changed, 1 insertion(+) 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;