summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-05-31 22:37:59 +0300
committerStefan Kost <ensonic@users.sf.net>2009-05-31 22:39:05 +0300
commit249b9b9aa4db2b35a3d39f895c74e563d3bd457d (patch)
treee520eb2aa2113722854a498034d00dc650fb62b4
parent612387da2561658760023a589c38ca491165b5d3 (diff)
controller: use real world number in benchmark
-rw-r--r--tests/benchmarks/controller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/controller.c b/tests/benchmarks/controller.c
index d052f31348..10ab69fcb7 100644
--- a/tests/benchmarks/controller.c
+++ b/tests/benchmarks/controller.c
@@ -16,18 +16,18 @@
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-
#include <gst/gst.h>
#include <gst/controller/gstcontroller.h>
#include <gst/controller/gstinterpolationcontrolsource.h>
-#define NUM_CP 5000
+/* a song in buzztard can easily reach 30000 here */
+#define NUM_CP 15000
#define BLOCK_SIZE 64
static void
event_loop (GstElement * pipe)
{
GstBus *bus;