mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
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:
parent
bb6b518506
commit
98386927ee
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ gst_audio_convert_class_init (GstAudioConvertClass * klass)
|
||||||
basetransform_class->prepare_output_buffer =
|
basetransform_class->prepare_output_buffer =
|
||||||
GST_DEBUG_FUNCPTR (gst_audio_convert_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;
|
basetransform_class->transform_ip_on_passthrough = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue