audioconvert: disable passthrough_on_same_caps

Now that audioconvert exposes a mix-matrix property, input and
output caps may be equal, but the mix-matrix still needs to be
applied.

Fixes #521
This commit is contained in:
Mathieu Duponchelle 2018-12-16 21:19:18 +01:00 committed by Mathieu Duponchelle
parent bb6b518506
commit 98386927ee

View file

@ -248,7 +248,6 @@ gst_audio_convert_class_init (GstAudioConvertClass * klass)
basetransform_class->prepare_output_buffer =
GST_DEBUG_FUNCPTR (gst_audio_convert_prepare_output_buffer);
basetransform_class->passthrough_on_same_caps = TRUE;
basetransform_class->transform_ip_on_passthrough = FALSE;
}