summaryrefslogtreecommitdiffstats
path: root/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff')
-rw-r--r--patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff3
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff b/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff
index 0c7ee9f15..64e6481f3 100644
--- a/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff
+++ b/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff
@@ -4,9 +4,10 @@ From: Sascha Hauer <s.hauer@pengutronix.de>
The code calculates the wrong color offsets for 24bpp packed
pixel formats. Fix it. While at it, rename int offset to the
more name 'mask'
+Patch submitted to mainline, status pending.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-
+Acked-by: Luotao Fu <l.fu@pengutronix.de>
---
gst/bayer/gstbayer2rgb.c | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)