From 9cc1b172c293a3d0291a6e58241aa852805b8a86 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 17 Mar 2010 16:44:05 +0100 Subject: [PATCH] test: Remove needless cast GstValueArray.name is const now --- tests/benchmarks/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/controller.c b/tests/benchmarks/controller.c index 78d5875ad7..03ef15138e 100644 --- a/tests/benchmarks/controller.c +++ b/tests/benchmarks/controller.c @@ -150,7 +150,7 @@ main (gint argc, gchar * argv[]) { GstClockTime sample_duration = gst_util_uint64_scale_int (1, GST_SECOND, 44100); - GstValueArray va = { (char *) "freq", + GstValueArray va = { "freq", BLOCK_SIZE * NUM_CP, sample_duration, NULL