identity: Add a " " after pts: in the silent=false output

This commit is contained in:
Sebastian Dröge 2016-02-25 14:11:34 +02:00
parent 01ad1fb343
commit e953f20786

View file

@ -547,7 +547,7 @@ gst_identity_update_last_message_for_buffer (GstIdentity * identity,
g_free (identity->last_message); g_free (identity->last_message);
identity->last_message = g_strdup_printf ("%s ******* (%s:%s) " 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 G_GINT64_FORMAT ", " "offset_end: % " G_GINT64_FORMAT
", flags: %08x %s) %p", action, ", flags: %08x %s) %p", action,
GST_DEBUG_PAD_NAME (GST_BASE_TRANSFORM_CAST (identity)->sinkpad), size, GST_DEBUG_PAD_NAME (GST_BASE_TRANSFORM_CAST (identity)->sinkpad), size,