diff --git a/gst-libs/gst/base/gstaggregator.c b/gst-libs/gst/base/gstaggregator.c index 880aa6d936..a56eb73c60 100644 --- a/gst-libs/gst/base/gstaggregator.c +++ b/gst-libs/gst/base/gstaggregator.c @@ -1197,7 +1197,7 @@ gst_aggregator_query_latency_unlocked (GstAggregator * self, GstQuery * query) if (live && min > max) { GST_ELEMENT_WARNING (self, CORE, NEGOTIATION, ("%s", "Latency too big"), - ("The requested latency value is too big for the current pipeline. " + ("The requested latency value is too big for the current pipeline. " "Limiting to %" G_GINT64_FORMAT, max)); min = max; /* FIXME: This could in theory become negative, but in