videoscale: Only convert one buffer instead of five
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Jun 2010 14:02:13 +0000 (16:02 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 14 Jun 2010 14:02:13 +0000 (16:02 +0200)
Should make the unit test a lot faster.

tests/check/elements/videoscale.c

index 723acfa26e590dda4c307bdd528d5f0e4d88ed9e..31c4a9baa3c803c6e40d1f8e34279a83e952261e 100644 (file)
@@ -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);