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:
Stéphane Cerveau 2021-08-02 14:23:58 +02:00 committed by GStreamer Marge Bot
parent 00e1a36c4f
commit 77ffed293f

View file

@ -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);