audioconvert: Fix empty mix matrix documentation typo

This commit is contained in:
Vivia Nikolaidou 2017-10-27 18:29:40 +03:00
parent 466cbef6ab
commit b2be4169ee

View file

@ -80,7 +80,7 @@
* |[
* GValue v = G_VALUE_INIT;
*
* g_value_init (&v2, GST_TYPE_ARRAY);
* g_value_init (&v, GST_TYPE_ARRAY);
* g_object_set_property (G_OBJECT (audioconvert), "mix-matrix", &v);
* g_value_unset (&v);
* ]|