mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
identity: Add a " " after pts: in the silent=false output
This commit is contained in:
parent
01ad1fb343
commit
e953f20786
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue