audioconvert: disable passthrough_on_same_caps
authorMathieu Duponchelle <mathieu@centricular.com>
Sun, 16 Dec 2018 20:19:18 +0000 (21:19 +0100)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Mon, 17 Dec 2018 14:23:49 +0000 (14:23 +0000)
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

gst/audioconvert/gstaudioconvert.c

index b2d8261..cfb0836 100644 (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;
 }