flvdemux: Use aac codec-data to adjust channels if needed
authorYeongjin Jeong <gingerbk247@gmail.com>
Thu, 11 Oct 2018 07:36:17 +0000 (16:36 +0900)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Fri, 12 Oct 2018 18:35:37 +0000 (14:35 -0400)
commitbd6a4aa10d233e52370ee6ee80c32ef2659c48ea
treef13bea8e882656d7a383478a0ccbbdbc88636e90
parent7b5f7249e849ff5a92226de924d5a374403d414a
flvdemux: Use aac codec-data to adjust channels if needed

Flv does not support various channels in AAC stream format, for example
flvdemux detect an audio channels of 2(stereo) when the AAC really is 1(mono).

https://bugzilla.gnome.org/show_bug.cgi?id=797275
gst/flv/gstflvdemux.c