mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: wavpack: fewer buffers are also adequate and more convenient
This commit is contained in:
parent
fce8f3486b
commit
81c4f56e1b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ GST_START_TEST (test_encode_decode)
|
|||
audiotestsrc = gst_element_factory_make ("audiotestsrc", "src");
|
||||
fail_unless (audiotestsrc != NULL);
|
||||
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");
|
||||
fail_unless (identity1 != NULL);
|
||||
|
|
Loading…
Reference in a new issue