mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
buffer: improve debug message
This commit is contained in:
parent
1a3f48f427
commit
cc16dd8498
1 changed files with 2 additions and 2 deletions
|
@ -1494,8 +1494,8 @@ gst_buffer_add_meta (GstBuffer * buffer, const GstMetaInfo * info,
|
||||||
g_return_val_if_fail (info != NULL, NULL);
|
g_return_val_if_fail (info != NULL, NULL);
|
||||||
|
|
||||||
/* create a new slice */
|
/* create a new slice */
|
||||||
GST_CAT_DEBUG (GST_CAT_BUFFER, "alloc metadata of size %" G_GSIZE_FORMAT,
|
GST_CAT_DEBUG (GST_CAT_BUFFER, "alloc metadata %s of size %" G_GSIZE_FORMAT,
|
||||||
info->size);
|
g_type_name (info->type), info->size);
|
||||||
|
|
||||||
size = ITEM_SIZE (info);
|
size = ITEM_SIZE (info);
|
||||||
item = g_slice_alloc (size);
|
item = g_slice_alloc (size);
|
||||||
|
|
Loading…
Reference in a new issue