mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
aggregator: drop stale white space at warning
This commit is contained in:
parent
53cb334281
commit
3f56fb7189
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue