mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
tests: fix aggregator unit test after property renaming
This commit is contained in:
parent
2764f2baf1
commit
9d79b65a55
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue