aggregator: drop stale white space at warning

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-03-27 19:36:42 -03:00 committed by Tim-Philipp Müller
parent 53cb334281
commit 3f56fb7189

View file

@ -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