From: Reynaldo H. Verdejo Pinochet Date: Fri, 27 Mar 2015 22:36:42 +0000 (-0300) Subject: aggregator: drop stale white space at warning X-Git-Tag: 1.16.2~574^2~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f56fb7189eb67c745da8480bc929553376688fb;p=platform%2Fupstream%2Fgstreamer.git aggregator: drop stale white space at warning --- diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c index 880aa6d..a56eb73 100644 --- a/libs/gst/base/gstaggregator.c +++ b/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