avauddec: add support for decoding in non-interleaved layout
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 23 Jul 2018 13:16:10 +0000 (16:16 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 23 Jul 2018 13:16:10 +0000 (16:16 +0300)
commit4596249496386772535eddfda94b2e543169a564
tree242d680cf2563abfdc1bc50958ffab9677c8d0d4
parentdb8235024523a0375443f36eb5fec627386452d5
avauddec: add support for decoding in non-interleaved layout

This removes the internal interleave loop and always negotiates
the native output layout of the libav decoder. Users can use
audioconvert to interleave if necessary.

Special care has been taken to leave the encoder unaffected by
the changes in avcodecmap, since GstAudioEncoder doesn't support
the non-interleaved layout yet.

https://bugzilla.gnome.org/show_bug.cgi?id=705977
ext/libav/gstavauddec.c
ext/libav/gstavcodecmap.c
ext/libav/gstavcodecmap.h