After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667539 - [0.11] ffdec doesn't reorder channels if necessary
[0.11] ffdec doesn't reorder channels if necessary
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.11.x
Other Linux
: Normal blocker
: 0.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-09 12:29 UTC by Sebastian Dröge (slomo)
Modified: 2012-01-10 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-01-09 12:29:28 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.
Comment 1 Sebastian Dröge (slomo) 2012-01-10 09:38:47 UTC
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