gstaudiodecoder: do not aggregate output if buffers are planar
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 14 Feb 2018 11:11:37 +0000 (13:11 +0200)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 23 Jul 2018 12:27:08 +0000 (15:27 +0300)
commit2d38d2f1d3822f37c73cf446d1394b60792250a9
tree47f806cea67a69bc643a6f15045e01287b47405c
parentbea4d13a992fd39d08e8a8989259f32bba08b5eb
gstaudiodecoder: do not aggregate output if buffers are planar

Aggregation will break the layout, as it concatenates buffers,
and fixing it here would be much more inefficient than configuring
the actual decoder implementation to output larger buffers.

https://bugzilla.gnome.org/show_bug.cgi?id=705977
gst-libs/gst/audio/gstaudiodecoder.c