mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +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 =
|
GstClockTime sample_duration =
|
||||||
gst_util_uint64_scale_int (1, GST_SECOND, 44100);
|
gst_util_uint64_scale_int (1, GST_SECOND, 44100);
|
||||||
GstValueArray va = { (char *) "freq",
|
GstValueArray va = { "freq",
|
||||||
BLOCK_SIZE * NUM_CP,
|
BLOCK_SIZE * NUM_CP,
|
||||||
sample_duration,
|
sample_duration,
|
||||||
NULL
|
NULL
|
||||||
|
|
Loading…
Reference in a new issue