[865/906] glmem: report successful copy to the caller

This commit is contained in:
Matthew Waters 2013-11-23 22:19:18 +11:00 committed by Tim-Philipp Müller
parent 253fe220df
commit 89a203abe3

View 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;