summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-17 16:44:05 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-17 16:45:52 +0100
commit9cc1b172c293a3d0291a6e58241aa852805b8a86 (patch)
tree7faac801a5e6f534d3c383bd093de50aeb31dff3
parent1ca329b4e90f91f232baba1f6ceb2fed0f84fe78 (diff)
test: Remove needless cast
GstValueArray.name is const now
-rw-r--r--tests/benchmarks/controller.c2
1 files changed, 1 insertions, 1 deletions
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