From e953f2078674497875c0befc2dddac31034978b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 25 Feb 2016 14:11:34 +0200 Subject: [PATCH] identity: Add a " " after pts: in the silent=false output --- plugins/elements/gstidentity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index a57999d943..98a38b1dd5 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -547,7 +547,7 @@ gst_identity_update_last_message_for_buffer (GstIdentity * identity, g_free (identity->last_message); identity->last_message = g_strdup_printf ("%s ******* (%s:%s) " - "(%" G_GSIZE_FORMAT " bytes, dts: %s, pts:%s, duration: %s, offset: %" + "(%" G_GSIZE_FORMAT " bytes, dts: %s, pts: %s, duration: %s, offset: %" G_GINT64_FORMAT ", " "offset_end: % " G_GINT64_FORMAT ", flags: %08x %s) %p", action, GST_DEBUG_PAD_NAME (GST_BASE_TRANSFORM_CAST (identity)->sinkpad), size,