mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
videoscale: Only convert one buffer instead of five
Should make the unit test a lot faster.
This commit is contained in:
parent
7b2584ed68
commit
b62f435fd0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ run_test (const GstCaps * caps, gint src_width, gint src_height,
|
|||
|
||||
src = gst_element_factory_make ("videotestsrc", "src");
|
||||
fail_unless (src != NULL);
|
||||
g_object_set (G_OBJECT (src), "num-buffers", 5, NULL);
|
||||
g_object_set (G_OBJECT (src), "num-buffers", 1, NULL);
|
||||
|
||||
ffmpegcolorspace = gst_element_factory_make ("ffmpegcolorspace", "csp");
|
||||
fail_unless (ffmpegcolorspace != NULL);
|
||||
|
|
Loading…
Reference in a new issue