summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_configurable_first_line.diff2
-rw-r--r--patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_fix_24bpp.diff2
-rw-r--r--patches/gst-plugins-good-0.10.9/generic/gst_v4l2_bw.diff2
3 files changed, 3 insertions, 3 deletions
diff --git a/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_configurable_first_line.diff b/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_configurable_first_line.diff
index aa980cebb..9c786700a 100644
--- a/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_configurable_first_line.diff
+++ b/patches/gst-plugins-bad-0.10.8/generic/bayer2rgb_configurable_first_line.diff
@@ -1,4 +1,4 @@
-Subject: bayer2rgb: Make first line configurable
+Subject: gst-plugins-bad bayer2rgb: Make first line configurable
From: Sascha Hauer <s.hauer@pengutronix.de>
Since people can't agree whether the first line of a bayer pattern
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 7cd94e6ce..0c7ee9f15 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
@@ -1,4 +1,4 @@
-Subject: bayer2rgb: Fix 24bpp rgb
+Subject: gst-plugins-bad bayer2rgb: Fix 24bpp rgb
From: Sascha Hauer <s.hauer@pengutronix.de>
The code calculates the wrong color offsets for 24bpp packed
diff --git a/patches/gst-plugins-good-0.10.9/generic/gst_v4l2_bw.diff b/patches/gst-plugins-good-0.10.9/generic/gst_v4l2_bw.diff
index 86fc3e750..7752ebe23 100644
--- a/patches/gst-plugins-good-0.10.9/generic/gst_v4l2_bw.diff
+++ b/patches/gst-plugins-good-0.10.9/generic/gst_v4l2_bw.diff
@@ -1,4 +1,4 @@
-Subject: Add b/w support for the v4l2src
+Subject: gst-plugins-good: Add b/w support for the v4l2src
From: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>