mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
audioiirfilter: Fix initialization coefficient handling
Broke unit test.
This commit is contained in:
parent
82b8374af8
commit
f180f3d1ba
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ gst_audio_iir_filter_init (GstAudioIIRFilter * self)
|
|||
g_value_array_append (a, &v);
|
||||
g_value_unset (&v);
|
||||
|
||||
gst_audio_iir_filter_update_coefficients (self, a, a);
|
||||
gst_audio_iir_filter_update_coefficients (self, a, g_value_array_copy (a));
|
||||
|
||||
g_mutex_init (&self->lock);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue