[Bug 789876] video: Add 10bits variants of GRAY/NV12/NV16 packed inside LE 32 bits
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jan 17 14:08:00 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=789876
--- Comment #10 from Guillaume Desmottes <gdesmott at gnome.org> ---
Review of attachment 366893:
--> (https://bugzilla.gnome.org/review?bug=789876&attachment=366893)
::: gst-libs/gst/video/video-format.c
@@ +5487,3 @@
return GST_VIDEO_FORMAT_AYUV64;
+ case GST_MAKE_FOURCC ('X', 'V', '1', '0'):
+ return GST_VIDEO_FORMAT_GRAY10_LE32;
This should be part of the previous patch.
Also Xilinx uses 'DRM_FORMAT_Y10' and 'V4L2_PIX_FMT_Y10' for this format.
Should we reflect that in this name?
--
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