summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-31 20:30:19 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-08 18:52:18 +0200
commit3b03f32571bf6a654786e1c16fe246fbdd165170 (patch)
treed8b403337117a9be3ed71d6be196ed092a7416a4 /patches
parent9caf50cd9c3af1503a710c7b245618933676182a (diff)
downloadptxdist-3b03f32571bf6a654786e1c16fe246fbdd165170.tar.gz
ptxdist-3b03f32571bf6a654786e1c16fe246fbdd165170.tar.xz
[gst-plugins-bad] version bump 0.10.17 -> 0.10.19
Reworked configure options while being there. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> V4: * re-added mpegtsmux, mpegpsmux, mpegvideoparse
Diffstat (limited to 'patches')
-rw-r--r--patches/gst-plugins-bad-0.10.19/0002--remove-endianness-swapping.patch (renamed from patches/gst-plugins-bad-0.10.17/0002--remove-endianness-swapping.patch)11
-rw-r--r--patches/gst-plugins-bad-0.10.19/0003--add-rgb666-support.patch (renamed from patches/gst-plugins-bad-0.10.17/0003--add-rgb666-support.patch)11
-rw-r--r--patches/gst-plugins-bad-0.10.19/bayer2rgb_configurable_first_line.diff (renamed from patches/gst-plugins-bad-0.10.17/bayer2rgb_configurable_first_line.diff)20
-rw-r--r--patches/gst-plugins-bad-0.10.19/series (renamed from patches/gst-plugins-bad-0.10.17/series)0
4 files changed, 18 insertions, 24 deletions
diff --git a/patches/gst-plugins-bad-0.10.17/0002--remove-endianness-swapping.patch b/patches/gst-plugins-bad-0.10.19/0002--remove-endianness-swapping.patch
index 154950eb0..d97514fe7 100644
--- a/patches/gst-plugins-bad-0.10.17/0002--remove-endianness-swapping.patch
+++ b/patches/gst-plugins-bad-0.10.19/0002--remove-endianness-swapping.patch
@@ -13,11 +13,11 @@ Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
sys/fbdev/gstfbdevsink.c | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
-diff --git a/sys/fbdev/gstfbdevsink.c b/sys/fbdev/gstfbdevsink.c
-index c9a7e14..c01e5b6 100644
---- sys/fbdev/gstfbdevsink.c
+Index: sys/fbdev/gstfbdevsink.c
+===================================================================
+--- sys/fbdev/gstfbdevsink.c.orig
+++ sys/fbdev/gstfbdevsink.c
-@@ -158,21 +158,9 @@ gst_fbdevsink_getcaps (GstBaseSink * bsink)
+@@ -153,21 +153,9 @@ gst_fbdevsink_getcaps (GstBaseSink * bsi
switch (fbdevsink->varinfo.bits_per_pixel) {
case 32:
@@ -40,6 +40,3 @@ index c9a7e14..c01e5b6 100644
case 15:
case 16:
endianness = 1234;
---
-1.5.6.5
-
diff --git a/patches/gst-plugins-bad-0.10.17/0003--add-rgb666-support.patch b/patches/gst-plugins-bad-0.10.19/0003--add-rgb666-support.patch
index bb6eb67fb..453ed3702 100644
--- a/patches/gst-plugins-bad-0.10.17/0003--add-rgb666-support.patch
+++ b/patches/gst-plugins-bad-0.10.19/0003--add-rgb666-support.patch
@@ -14,11 +14,11 @@ Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
sys/fbdev/gstfbdevsink.c | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
-diff --git a/sys/fbdev/gstfbdevsink.c b/sys/fbdev/gstfbdevsink.c
-index c01e5b6..e764c5e 100644
---- sys/fbdev/gstfbdevsink.c
+Index: sys/fbdev/gstfbdevsink.c
+===================================================================
+--- sys/fbdev/gstfbdevsink.c.orig
+++ sys/fbdev/gstfbdevsink.c
-@@ -76,9 +76,28 @@ static GstCaps *gst_fbdevsink_getcaps (GstBaseSink * bsink);
+@@ -69,9 +69,28 @@ static GstCaps *gst_fbdevsink_getcaps (G
static GstVideoSinkClass *parent_class = NULL;
@@ -47,6 +47,3 @@ index c01e5b6..e764c5e 100644
";" GST_VIDEO_CAPS_BGR \
";" GST_VIDEO_CAPS_BGRx \
";" GST_VIDEO_CAPS_xBGR \
---
-1.5.6.5
-
diff --git a/patches/gst-plugins-bad-0.10.17/bayer2rgb_configurable_first_line.diff b/patches/gst-plugins-bad-0.10.19/bayer2rgb_configurable_first_line.diff
index 9c786700a..c4c71f728 100644
--- a/patches/gst-plugins-bad-0.10.17/bayer2rgb_configurable_first_line.diff
+++ b/patches/gst-plugins-bad-0.10.19/bayer2rgb_configurable_first_line.diff
@@ -10,10 +10,10 @@ Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
gst/bayer/gstbayer2rgb.c | 36 +++++++++++++++++++++++++++---------
1 file changed, 27 insertions(+), 9 deletions(-)
-Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
+Index: gst-plugins-bad-0.10.19/gst/bayer/gstbayer2rgb.c
===================================================================
---- gst-plugins-bad-0.10.8.orig/gst/bayer/gstbayer2rgb.c
-+++ gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
+--- gst-plugins-bad-0.10.19.orig/gst/bayer/gstbayer2rgb.c
++++ gst-plugins-bad-0.10.19/gst/bayer/gstbayer2rgb.c
@@ -108,6 +108,7 @@ struct _GstBayer2RGB
int r_off; /* offset for red */
int g_off; /* offset for green */
@@ -22,7 +22,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
};
struct _GstBayer2RGBClass
-@@ -138,7 +139,8 @@ GST_ELEMENT_DETAILS ("Bayer to RGB decod
+@@ -132,7 +133,8 @@ struct _GstBayer2RGBClass
enum
{
@@ -32,7 +32,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
};
#define DEBUG_INIT(bla) \
-@@ -195,6 +197,13 @@ gst_bayer2rgb_class_init (GstBayer2RGBCl
+@@ -193,6 +195,13 @@ gst_bayer2rgb_class_init (GstBayer2RGBCl
GST_DEBUG_FUNCPTR (gst_bayer2rgb_set_caps);
GST_BASE_TRANSFORM_CLASS (klass)->transform =
GST_DEBUG_FUNCPTR (gst_bayer2rgb_transform);
@@ -46,7 +46,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
}
static void
-@@ -209,8 +218,12 @@ static void
+@@ -207,8 +216,12 @@ static void
gst_bayer2rgb_set_property (GObject * object, guint prop_id,
const GValue * value, GParamSpec * pspec)
{
@@ -59,7 +59,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;
-@@ -221,8 +234,12 @@ static void
+@@ -219,8 +232,12 @@ static void
gst_bayer2rgb_get_property (GObject * object, guint prop_id,
GValue * value, GParamSpec * pspec)
{
@@ -72,7 +72,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;
-@@ -291,6 +308,7 @@ gst_bayer2rgb_reset (GstBayer2RGB * filt
+@@ -289,6 +306,7 @@ gst_bayer2rgb_reset (GstBayer2RGB * filt
filter->r_off = 0;
filter->g_off = 0;
filter->b_off = 0;
@@ -80,7 +80,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
}
static GstCaps *
-@@ -468,19 +486,19 @@ do_row0_col0 (uint8_t * input, uint8_t *
+@@ -466,19 +484,19 @@ do_row0_col0 (uint8_t * input, uint8_t *
int type;
/* Horizontal edges */
@@ -106,7 +106,7 @@ Index: gst-plugins-bad-0.10.8/gst/bayer/gstbayer2rgb.c
vborder (input, output, 1, type, filter);
}
-@@ -565,9 +583,9 @@ do_body (uint8_t * input, uint8_t * outp
+@@ -564,9 +582,9 @@ do_body (uint8_t * input, uint8_t * outp
* be RED for odd-numbered rows and GREENB for even rows.
*/
if (h & 1)
diff --git a/patches/gst-plugins-bad-0.10.17/series b/patches/gst-plugins-bad-0.10.19/series
index accdfb0d1..accdfb0d1 100644
--- a/patches/gst-plugins-bad-0.10.17/series
+++ b/patches/gst-plugins-bad-0.10.19/series