mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
test: Remove needless cast
GstValueArray.name is const now
This commit is contained in:
parent
1ca329b4e9
commit
9cc1b172c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue