Skip to content

lal_whiten: mean-psd event handling change

Soichiro Kuwahara requested to merge whiten into master
  • when mead-psd property is written to, glib does the notify signal for us but some users might be waiting for the pipeline message bus mesage. when using a fixed PSD, because the PSD never changes, those messages are never sent. this patch adds an additional message bus post inside the set_property() handler to address this

Merge request reports