audioconvert: Fix empty mix matrix documentation typo
This commit is contained in:
parent
466cbef6ab
commit
b2be4169ee
@ -80,7 +80,7 @@
|
|||||||
* |[
|
* |[
|
||||||
* GValue v = G_VALUE_INIT;
|
* 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_object_set_property (G_OBJECT (audioconvert), "mix-matrix", &v);
|
||||||
* g_value_unset (&v);
|
* g_value_unset (&v);
|
||||||
* ]|
|
* ]|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user