From b2be4169eeca9d268898beeef0fc7931631e5f16 Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Fri, 27 Oct 2017 18:29:40 +0300 Subject: [PATCH] audioconvert: Fix empty mix matrix documentation typo --- gst/audioconvert/gstaudioconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioconvert/gstaudioconvert.c b/gst/audioconvert/gstaudioconvert.c index 1f849177e3..2c0bc89cd0 100644 --- a/gst/audioconvert/gstaudioconvert.c +++ b/gst/audioconvert/gstaudioconvert.c @@ -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); * ]|