mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
aggregator: Nitpick spacing/punctuation in debug logging
This commit is contained in:
parent
ec5ff5f308
commit
d33e6a191e
1 changed files with 3 additions and 2 deletions
|
@ -597,8 +597,9 @@ gst_aggregator_wait_and_check (GstAggregator * self, gboolean * timeout)
|
|||
self->priv->aggregate_id = NULL;
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (self, "clock returned %d (jitter: %s%" GST_TIME_FORMAT,
|
||||
status, (jitter < 0 ? "-" : ""),
|
||||
GST_DEBUG_OBJECT (self,
|
||||
"clock returned %d (jitter: %s%" GST_TIME_FORMAT ")",
|
||||
status, (jitter < 0 ? "-" : " "),
|
||||
GST_TIME_ARGS ((jitter < 0 ? -jitter : jitter)));
|
||||
|
||||
/* we timed out */
|
||||
|
|
Loading…
Reference in a new issue