audioconvert: Don't call transform_ip() in passthrough mode
https://bugzilla.gnome.org/show_bug.cgi?id=775369
This commit is contained in:
parent
58be309344
commit
1631a38640
@ -186,6 +186,7 @@ gst_audio_convert_class_init (GstAudioConvertClass * klass)
|
||||
GST_DEBUG_FUNCPTR (gst_audio_convert_submit_input_buffer);
|
||||
|
||||
basetransform_class->passthrough_on_same_caps = TRUE;
|
||||
basetransform_class->transform_ip_on_passthrough = FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user