test: Remove needless cast
authorBenjamin Otte <otte@redhat.com>
Wed, 17 Mar 2010 15:44:05 +0000 (16:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 17 Mar 2010 15:45:52 +0000 (16:45 +0100)
GstValueArray.name is const now

tests/benchmarks/controller.c

index 78d5875..03ef151 100644 (file)
@@ -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