mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
identity: provide a log to check the buffers
In order to not rely only on app to display the message from identity, display the message in the logs too. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/863>
This commit is contained in:
parent
00e1a36c4f
commit
77ffed293f
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ gst_identity_update_last_message_for_buffer (GstIdentity * identity,
|
||||||
GST_BUFFER_FLAGS (buf), flag_str, meta_str ? meta_str : "none", buf);
|
GST_BUFFER_FLAGS (buf), flag_str, meta_str ? meta_str : "none", buf);
|
||||||
g_free (flag_str);
|
g_free (flag_str);
|
||||||
g_free (meta_str);
|
g_free (meta_str);
|
||||||
|
GST_TRACE_OBJECT (identity, "%s", identity->last_message);
|
||||||
|
|
||||||
GST_OBJECT_UNLOCK (identity);
|
GST_OBJECT_UNLOCK (identity);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue