[Bug 767226] audioconvert: Preserve channels when we only need to reposition

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 6 12:55:18 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767226

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The problem is that we can convert just fine only if:
1) All channels from the input are also in the output (your case I guess?),
i.e. we only need to reorder but not mix
2) All channels are in positions where we support mixing (the first 8 positions
or so)

Otherwise it will fail with great effect :)


Currently the caps negotiation does not consider that at all.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list