test: Remove needless cast

GstValueArray.name is const now
This commit is contained in:
Benjamin Otte 2010-03-17 16:44:05 +01:00
parent 1ca329b4e9
commit 9cc1b172c2

View 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