mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
buffer: Fix the name of the parentbuffermeta debug category.
Don't use 'glbufferrefmeta' as the debug category for the parent buffer meta.
This commit is contained in:
parent
ed7e0e744f
commit
cde3524f52
1 changed files with 2 additions and 2 deletions
|
@ -2354,8 +2354,8 @@ _gst_parent_buffer_meta_init (GstParentBufferMeta * parent_meta,
|
|||
static volatile gsize _init;
|
||||
|
||||
if (g_once_init_enter (&_init)) {
|
||||
GST_DEBUG_CATEGORY_INIT (gst_parent_buffer_meta_debug, "glbufferrefmeta", 0,
|
||||
"glbufferrefmeta");
|
||||
GST_DEBUG_CATEGORY_INIT (gst_parent_buffer_meta_debug, "parentbuffermeta",
|
||||
0, "parentbuffermeta");
|
||||
g_once_init_leave (&_init, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue