vorbisdec: don't reorder streams with channels count greater than eight
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Wed, 1 Oct 2014 22:14:03 +0000 (00:14 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 2 Oct 2014 07:42:40 +0000 (10:42 +0300)
commitb7ab2f0b08946bacd7aaf16110716573d6c77dd6
treef172a76b075abaaf106091d1a51ca6254495efa1
parent09872442f88286198883fee5e60c377ef0832a46
vorbisdec: don't reorder streams with channels count greater than eight

vorbis_reorder_map is defined for eight channels max. If we have more
than eight channels, it's the application which shall define the order.
Since we set audio position to none, we just interleave all the channels
without any particular reordering.

https://bugzilla.gnome.org/show_bug.cgi?id=737742
ext/vorbis/gstvorbisdeclib.c