aggregator: drop stale white space at warning
This commit is contained in:
parent
b31f3a88e4
commit
ca2de787db
@ -1197,7 +1197,7 @@ gst_aggregator_query_latency_unlocked (GstAggregator * self, GstQuery * query)
|
|||||||
if (live && min > max) {
|
if (live && min > max) {
|
||||||
GST_ELEMENT_WARNING (self, CORE, NEGOTIATION,
|
GST_ELEMENT_WARNING (self, CORE, NEGOTIATION,
|
||||||
("%s", "Latency too big"),
|
("%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));
|
"Limiting to %" G_GINT64_FORMAT, max));
|
||||||
min = max;
|
min = max;
|
||||||
/* FIXME: This could in theory become negative, but in
|
/* FIXME: This could in theory become negative, but in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user