Skip to content

wasapi: Implement default audio channel mask

Ignazio requested to merge ignazp/gstreamer:main into main

Some multichannel capture devices does not provide a channel mask value which will result in a pipeline failure due to the empty channel mask.

Implemented the same fix used for wasapi2

Fixes #1204 (closed)

Merge request reports