audio-buffer: fix typo in assignment that causes buggy behavior
This commit is contained in:
parent
0ce20cef4f
commit
ab2548d78d
@ -163,7 +163,7 @@ gst_audio_buffer_map (GstAudioBuffer * buffer, const GstAudioInfo * info,
|
|||||||
flags))
|
flags))
|
||||||
goto cannot_map;
|
goto cannot_map;
|
||||||
|
|
||||||
buffer->planes[i] = buffer->map_infos[0].data + skip;
|
buffer->planes[i] = buffer->map_infos[i].data + skip;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user