[Bug 795462] video: Add support for the 10bit yuv pixel format from the Rockchip SoC platform

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 14 02:59:22 UTC 2018


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

--- Comment #16 from Randy Li (ayaka) <ayaka at soulik.info> ---
Created attachment 371987
  --> https://bugzilla.gnome.org/attachment.cgi?id=371987&action=edit
Fix the unpack function, it won't shift chroma value twice

The way to fill truncate range is strange.
Yn |= Yn >> 10;
It would make the 4bit from MSB to and with the 4bit above LSB.
That is why the unpack and pack manual test never match the result from the
software decoder.
But it looks all the previous pixel format are ok with that. So I won't fix it
this time.
And it passes the test.

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