mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue