Skip to content

audioringbuffer: Fix wrong memcpy address when reordering channels

mrk501 requested to merge mrk501/gst-plugins-base:master into master

When using multichannel audio data and being needed to reorder channels, audio data is not copied correctly in gst_audio_ring_buffer_read() because destination address of memcpy is wrong.

This commit fixes that.

Merge request reports