mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
[865/906] glmem: report successful copy to the caller
This commit is contained in:
parent
253fe220df
commit
89a203abe3
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ _gl_mem_copy_thread (GstGLContext * context, gpointer data)
|
||||||
gl->DeleteFramebuffers (1, &fboId);
|
gl->DeleteFramebuffers (1, &fboId);
|
||||||
|
|
||||||
copy_params->tex_id = tex_id;
|
copy_params->tex_id = tex_id;
|
||||||
|
copy_params->result = TRUE;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue