[Bug 783267] jpegdec: Outputting garbled colors

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 21 09:45:36 UTC 2017


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

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Take a look at the jpegdec code and it will be obvious to you. It currently
e.g. always converts YUV formats to I420, with funny (i.e. wrong) chroma
resampling internally. It could use the chroma resample from libgstvideo for
odd formats, and otherwise output directly and let videoconvert worry about it.

It's quite clear what has to be done here, just needs someone to have the time
for that.

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