mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
[865/906] glmem: report successful copy to the caller
This commit is contained in:
parent
14d4cc29b6
commit
49a19fb6b1
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);
|
||||
|
||||
copy_params->tex_id = tex_id;
|
||||
copy_params->result = TRUE;
|
||||
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue