Skip to content

Fix module-remap-sink crash

Jaechul Lee requested to merge remap_crash into master

Every filter sink and source can be reproducible this issue.(source too)

If a filter sink is connected to another filter sink, sink's asyncmsgq can be disappeared when the card profile is changed. So, moving_cb in a filter sink needs to propagate moving_cb or kill_cb.

Merge request reports