From: Stéphane Cerveau Date: Mon, 2 Aug 2021 12:23:58 +0000 (+0200) Subject: identity: provide a log to check the buffers X-Git-Tag: 1.19.3~533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77ffed293fe8c5e41dd0354558615fa0d23c5a75;p=platform%2Fupstream%2Fgstreamer.git 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: --- 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);