GNOME Bugzilla – Bug 566613
bayer2rgb calculates wrong color offset
Last modified: 2009-01-05 12:36:13 UTC
bayer2rgb get_pix_offset() returns wrong results for 24bpp format with packed pixel formats (depth=32)
Created attachment 125776 [details] [review] [resend] [patch] gst-plugins-bad bayer2rgb: Fix 24bpp rgb
2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Sascha Hauer <s dot hauer at pengutronix dot de> Luotao Fu <l dot fu at pengutronix dot de> * gst/bayer/gstbayer2rgb.c: (get_pix_offset), (gst_bayer2rgb_set_caps): Fix color offset calculation for 24bpp. Fixes bug #566613.