summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-12-17 17:54:09 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-12-17 18:41:41 +0100
commitd4c4af699eb3a728e84add8c4ea413e4f5d8c75c (patch)
treeedcb06389e82912a7b8681ddf2bb092c26f59df2 /tests
parente82ec368630a2a5052b16a210569b62d9805f76d (diff)
downloadgstreamer-plugins-bad-d4c4af699eb3a728e84add8c4ea413e4f5d8c75c.tar.gz
aggregator: Add a timeout parameter to ::aggregate()
When this is TRUE, we really have to produce output. This happens in live mixing mode when we have to output something for the current time, no matter if we have enough input or not.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/aggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/aggregator.c b/tests/check/libs/aggregator.c
index 46a657fa1..5e0c388d2 100644
--- a/tests/check/libs/aggregator.c
+++ b/tests/check/libs/aggregator.c
@@ -63,7 +63,7 @@ struct _GstTestAggregatorClass
};
static GstFlowReturn
-gst_test_aggregator_aggregate (GstAggregator * aggregator)
+gst_test_aggregator_aggregate (GstAggregator * aggregator, gboolean timeout)
{
GstIterator *iter;
gboolean all_eos = TRUE;