mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
va: allocator: remove noisy log message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1667>
This commit is contained in:
parent
9254045b3e
commit
26ee5b1e4e
1 changed files with 0 additions and 1 deletions
|
@ -846,7 +846,6 @@ _va_free (GstAllocator * allocator, GstMemory * mem)
|
|||
|
||||
g_mutex_clear (&va_mem->lock);
|
||||
|
||||
GST_DEBUG ("%p: freed", va_mem);
|
||||
g_slice_free (GstVaMemory, va_mem);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue