audioconvert: Fix empty mix matrix documentation typo
authorVivia Nikolaidou <vivia@ahiru.eu>
Fri, 27 Oct 2017 15:29:40 +0000 (18:29 +0300)
committerVivia Nikolaidou <vivia@ahiru.eu>
Fri, 27 Oct 2017 15:29:40 +0000 (18:29 +0300)
gst/audioconvert/gstaudioconvert.c

index 1f84917..2c0bc89 100644 (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);
  * ]|