From 77ffed293fe8c5e41dd0354558615fa0d23c5a75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 2 Aug 2021 14:23:58 +0200 Subject: [PATCH] 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: --- plugins/elements/gstidentity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index 74b9f73..25bdae9 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -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); g_free (flag_str); g_free (meta_str); + GST_TRACE_OBJECT (identity, "%s", identity->last_message); GST_OBJECT_UNLOCK (identity); -- 2.7.4