aggregator: Nitpick spacing/punctuation in debug logging

This commit is contained in:
Nirbheek Chauhan 2015-01-14 23:47:19 +05:30 committed by Tim-Philipp Müller
parent ec5ff5f308
commit d33e6a191e

View file

@ -597,8 +597,9 @@ gst_aggregator_wait_and_check (GstAggregator * self, gboolean * timeout)
self->priv->aggregate_id = NULL; self->priv->aggregate_id = NULL;
} }
GST_DEBUG_OBJECT (self, "clock returned %d (jitter: %s%" GST_TIME_FORMAT, GST_DEBUG_OBJECT (self,
status, (jitter < 0 ? "-" : ""), "clock returned %d (jitter: %s%" GST_TIME_FORMAT ")",
status, (jitter < 0 ? "-" : " "),
GST_TIME_ARGS ((jitter < 0 ? -jitter : jitter))); GST_TIME_ARGS ((jitter < 0 ? -jitter : jitter)));
/* we timed out */ /* we timed out */