Skip to content

[StreamRestore] Fix equals check

Kai Uwe Broulik requested to merge work/kbroulik/fix-equal-check into master

pa_channel_map_equal returns 1 when equal and 0 when not equal. We want to update it when it's not equal.


Not really sure about where this would surface but looks wrong nonetheless.

Regression from 208ae94b where both this and the check above were memcmp != 0

@sitter @nicolasfella

Merge request reports