[Bug 767300] v4l2object uses deprecated RGB15 V4L2 format code

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


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

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #329215|none                        |needs-work
             status|                            |

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 329215:
 --> (https://bugzilla.gnome.org/review?bug=767300&attachment=329215)

::: sys/v4l2/gstv4l2object.c
@@ +1661,3 @@
         break;
       case GST_VIDEO_FORMAT_RGB15:
+        fourcc = V4L2_PIX_FMT_XRGB555;

Unfortunatly this is not backward compatible. We'll need a fallback here. We
can probably reuse the fallback for multi-planer.

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