GNOME Bugzilla – Bug 564114
[PATCH] fbdev: fix depth calculation
Last modified: 2008-12-23 12:25:49 UTC
Depth should be a summary of the lengthes of all colors and the the alpha channel. It's however calculated with fbdevsink->varinfo.bits_per_pixel - fbdevsink->varinfo.transp.length This doesn't make much sense to me.
Created attachment 124417 [details] [review] Patch fixes the depth calculation
Patch by: Luotao Fu <l dot fu at pengutronix dot de> * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps): Fix the Depth calculation. Fixes #564114.