tests: wavpack: fewer buffers are also adequate and more convenient

This commit is contained in:
Mark Nauwelaerts 2012-03-29 17:22:23 +02:00
parent fce8f3486b
commit 81c4f56e1b

View file

@ -109,7 +109,7 @@ GST_START_TEST (test_encode_decode)
audiotestsrc = gst_element_factory_make ("audiotestsrc", "src"); audiotestsrc = gst_element_factory_make ("audiotestsrc", "src");
fail_unless (audiotestsrc != NULL); fail_unless (audiotestsrc != NULL);
g_object_set (G_OBJECT (audiotestsrc), "wave", 0, "freq", 440.0, g_object_set (G_OBJECT (audiotestsrc), "wave", 0, "freq", 440.0,
"num-buffers", 2000, NULL); "num-buffers", 200, NULL);
identity1 = gst_element_factory_make ("identity", "identity1"); identity1 = gst_element_factory_make ("identity", "identity1");
fail_unless (identity1 != NULL); fail_unless (identity1 != NULL);