tests: fix aggregator unit test after property renaming

This commit is contained in:
Tim-Philipp Müller 2014-12-16 19:49:35 +00:00
parent 2764f2baf1
commit 9d79b65a55

View file

@ -585,7 +585,7 @@ _test_timeout (gint buffer_wait)
"sizemax", 4, NULL);
agg = gst_check_setup_element ("testaggregator");
g_object_set (agg, "timeout", G_GINT64_CONSTANT (1000) /* 1 us */ , NULL);
g_object_set (agg, "latency", G_GINT64_CONSTANT (1000) /* 1 us */ , NULL);
sink = gst_check_setup_element ("fakesink");
g_object_set (sink, "signal-handoffs", TRUE, NULL);
g_signal_connect (sink, "handoff", (GCallback) handoff, &count);