aggregator: drop stale white space at warning
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 27 Mar 2015 22:36:42 +0000 (19:36 -0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
libs/gst/base/gstaggregator.c

index 880aa6d..a56eb73 100644 (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