[Bug 790265] v4l2src: Give preference to contiguous memory format over non contiguous one while setting format to /dev/video

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 13 00:17:23 UTC 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
That preference is intentional. I hope that you won't be surprised that this
patch will be rejected.

1) The pro is simplicity. If you provide patch that way, please don't limit
this to v4l2src. We have helper to add properties everywhere it make sense.

2) GstVideoFormat is not a macro, but a C enumeration. What you propose just
don't fit. It would also not work with anything that exists.

3) These are called fields. I think such field would only be understood by V4L
elements, which we normally try to avoid.

Few questions, are you going to work on this ? Can you explain better how your
two drivers ended up in this situation ? I would have expected this to never be
an issue for IP from the same SoC

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