Skip to content

opus: Fix potential crash when getting unexpected channel position

Xavier Claessens requested to merge xclaesse/gstreamer:vorbis-pos into main

gst_opus_channel_names is a static array with only 13 items. GstAudioChannelPosition have bigger values than that.

Merge request reports

Loading