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 566613 - bayer2rgb calculates wrong color offset
bayer2rgb calculates wrong color offset
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-05 11:53 UTC by Luotao Fu
Modified: 2009-01-05 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[resend] [patch] gst-plugins-bad bayer2rgb: Fix 24bpp rgb (2.35 KB, patch)
2009-01-05 11:56 UTC, Luotao Fu
committed Details | Review

Description Luotao Fu 2009-01-05 11:53:20 UTC
bayer2rgb get_pix_offset() returns wrong results for 24bpp format with packed
pixel formats (depth=32)
Comment 1 Luotao Fu 2009-01-05 11:56:20 UTC
Created attachment 125776 [details] [review]
[resend] [patch] gst-plugins-bad bayer2rgb: Fix 24bpp rgb
Comment 2 Sebastian Dröge (slomo) 2009-01-05 12:36:13 UTC
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.