[Bug 767300] New: v4l2object uses deprecated RGB15 V4L2 format code

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 6 18:03:49 UTC 2016


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

            Bug ID: 767300
           Summary: v4l2object uses deprecated RGB15 V4L2 format code
    Classification: Platform
           Product: GStreamer
           Version: 1.8.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: kieranbingham at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 329215
  --> https://bugzilla.gnome.org/attachment.cgi?id=329215&action=edit
0001-v4l2object-Use-non-deprecated-V4L2-type-for-RGB15.patch

v4l2object, now supports the V4L2_PIX_FMT_XRGB555 RGB pixel format, but does so
by mapping to the old deprecated format.

Enumerations with drivers supporting V4L2_PIX_FMT_XRGB555 will list RGB15,
however when used in a pipeline, this format gets set as the deprecated
V4L2_PIX_FMT_RGB555, and fails to map buffers.

Patch attached to update to the new V4L2 pixel format code.

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