mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Don't be sync silly test
This commit is contained in:
parent
13ae2cecd3
commit
c9bbb1d230
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ GST_START_TEST (test_simple_adder)
|
|||
|
||||
composition = gst_element_factory_make ("gnlcomposition", "composition");
|
||||
fakesink = gst_element_factory_make ("fakesink", NULL);
|
||||
g_object_set (fakesink, "sync", TRUE, NULL);
|
||||
|
||||
/* gnl_adder */
|
||||
gnl_adder = gst_element_factory_make ("gnloperation", "gnl_adder");
|
||||
|
|
Loading…
Reference in a new issue