GNOME Bugzilla – Bug 667539
[0.11] ffdec doesn't reorder channels if necessary
Last modified: 2012-01-10 09:38:47 UTC
See summary, there's a check currently if the channel order when converted from the ffmpeg order is valid (in GStreamer's definition) and if it isn't a NONE layout is used. Instead the actual audio data should be reordered from the ffmpeg order to the GStreamer order.
commit 3d6c803917d133d3839909c60c6e372743a1381d Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Jan 10 10:37:50 2012 +0100 ffmpegdec: Correctly reorder audio channels to the GStreamer order if necessary