[Bug 761607] video: add support for P010 video format

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 22 18:14:56 UTC 2016


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

--- Comment #5 from Scott D Phillips <scott.d.phillips at intel.com> ---
(In reply to sreerenj from comment #2)
> I  think the values for GstVideoFormatInfo should be like this:
> @bits = 16
> @n_components = 3
> @shift = add the shift array
> @depth= 10, 10, 10, 0

bits=16 wouldn't be consistent with I420_10LE for example which also has 10
bits of data in the low 16 bits of the component. So I guess something like
this would be better:

#define DPTH10_10_10_HI   10, 3, { 6, 6, 6, 0 }, { 10, 10, 10, 0 }

(taking DPTH10_10_10 and putting 6 for the shifts)

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