After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742363 - v4l2object: recognize and distinguish all bayer arrangements
v4l2object: recognize and distinguish all bayer arrangements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-05 10:24 UTC by Philippe De Muyter
Modified: 2015-02-25 19:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] v4l2object: recognize and distinguish all bayer arrangements (2.01 KB, patch)
2015-01-05 10:24 UTC, Philippe De Muyter
committed Details | Review

Description Philippe De Muyter 2015-01-05 10:24:58 UTC
Created attachment 293799 [details] [review]
[PATCH] v4l2object: recognize and distinguish all bayer arrangements

Up to now, v4l2src recognized only "bggr" amongst the bayer arrangements.
Recognize now also the "rggb", "gbrg" and "grbg" arrangements.

see attached patch
Comment 1 Philippe De Muyter 2015-01-16 17:28:30 UTC
This is of course an enhancement, but also actually a bug fix, because v4l2src claims to support bayer format, but recognizes only one of the four possible bayer arrangements (and not the one I need :)).  This bug prevents the gstreamer pipe-line to start without real explanation :(
Comment 2 Nicolas Dufresne (ndufresne) 2015-01-16 17:51:31 UTC
Agreed, I'll try and makes this review as soon as possible. Thanks for your work.
Comment 3 Nicolas Dufresne (ndufresne) 2015-02-25 19:15:52 UTC
Review of attachment 293799 [details] [review]:

commit 61a5e5af95717800fcdaedaebb5ba84f6c997d4b
Author: Philippe De Muyter <phdm@macqel.be>
Date:   Thu Dec 11 16:13:15 2014 +0100

    v4l2object: recognize and distinguish all bayer arrangements
    
    Up to now, v4l2src recognized only "bggr" amongst the bayer arrangements.
    Recognize now also the "rggb", "gbrg" and "grbg" arrangements.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742363