From ccb5d52be5379ba86f71b5e5e22aef7e8b7b673d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 22 Jul 2022 13:13:42 +0100 Subject: [PATCH] audiointerleave: fix property docs Part-of: --- .../gst-plugins-base/gst/audiomixer/gstaudiointerleave.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-base/gst/audiomixer/gstaudiointerleave.c b/subprojects/gst-plugins-base/gst/audiomixer/gstaudiointerleave.c index 037a810532..321083b00a 100644 --- a/subprojects/gst-plugins-base/gst/audiomixer/gstaudiointerleave.c +++ b/subprojects/gst-plugins-base/gst/audiomixer/gstaudiointerleave.c @@ -582,7 +582,7 @@ gst_audio_interleave_class_init (GstAudioInterleaveClass * klass) aagg_class->aggregate_one_buffer = gst_audio_interleave_aggregate_one_buffer; /** - * GstInterleave:channel-positions + * GstAudioInterleave:channel-positions: * * Channel positions: This property controls the channel positions * that are used on the src caps. The number of elements should be @@ -606,7 +606,7 @@ gst_audio_interleave_class_init (GstAudioInterleaveClass * klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstInterleave:channel-positions-from-input + * GstAudioInterleave:channel-positions-from-input: * * Channel positions from input: If this property is set to %TRUE the channel * positions will be taken from the input caps if valid channel positions for