mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
glmemory: add debug line for freeing textures
This commit is contained in:
parent
5b8d7a443e
commit
64fc86844d
1 changed files with 2 additions and 0 deletions
|
@ -925,6 +925,8 @@ _gl_mem_free (GstAllocator * allocator, GstMemory * mem)
|
|||
{
|
||||
GstGLMemory *gl_mem = (GstGLMemory *) mem;
|
||||
|
||||
GST_CAT_TRACE (GST_CAT_GL_MEMORY, "freeing texture %u", gl_mem->tex_id);
|
||||
|
||||
gst_gl_context_thread_add (gl_mem->context,
|
||||
(GstGLContextThreadFunc) _destroy_gl_objects, gl_mem);
|
||||
|
||||
|
|
Loading…
Reference in a new issue