[Bug 706884] audioconvert: Only considers first structure when fixating caps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 17 09:48:37 UTC 2016


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

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
There's a small unit test in
https://bugzilla.gnome.org/show_bug.cgi?id=767226#c14

The solution for all this would be similar to what videoconvert is doing.
Instead of truncating the caps to a single structure, it should generate a list
of all possible conversion. The best conversion that is possible per structure
(i.e. what it does now), and then for all those structures it should select the
one that is "best" according to the metrics we already have.

-- 
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