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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 19 14:20:28 UTC 2016


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

--- Comment #2 from sreerenj <bsreerenj at gmail.com> ---

(In reply to Scott D Phillips from comment #1)
> Created attachment 320512 [details] [review]
> video: add P010 format support

P010 format has 16 bits per component memory layout where the bits:0-5 set to
zero and actual data from bits:6-15 , right?

You have used DPTH10_10_10..
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


@tim: what do you think?

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