Skip to content

jack: Fix assertion fail when device supports only mono channel

Seungha Yang requested to merge seungha.yang/gst-plugins-good:jack-assert into master

MAX should be larger than MIN for GST_TYPE_INT_RANGE.

GStreamer-CRITICAL **: 18:26:27.912: gst_value_collect_int_range: assertion 'collect_values[0].v_int < collect_values[1].v_int' failed

Edited by Seungha Yang

Merge request reports