diff options
-rw-r--r-- | meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch | 30 | ||||
-rw-r--r-- | meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.2.bb (renamed from meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb) | 5 |
2 files changed, 2 insertions, 33 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch deleted file mode 100644 index 9390a004..00000000 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 66c2285aff440d2cdbd16ee6893bdbbbd814a08b Mon Sep 17 00:00:00 2001 | ||
2 | From: Carlos Rafael Giani <carlos.giani@streamunlimited.com> | ||
3 | Date: Tue, 7 Apr 2015 18:34:05 +0200 | ||
4 | Subject: [PATCH] pxp: Check for new format specifier from the new FSL 3.14 | ||
5 | kernel | ||
6 | |||
7 | Signed-off-by: Carlos Rafael Giani <carlos.giani@streamunlimited.com> | ||
8 | --- | ||
9 | src/pxp/blitter.c | 4 ++++ | ||
10 | 1 file changed, 4 insertions(+) | ||
11 | |||
12 | diff --git a/src/pxp/blitter.c b/src/pxp/blitter.c | ||
13 | index b96b3b9..7f44d03 100644 | ||
14 | --- a/src/pxp/blitter.c | ||
15 | +++ b/src/pxp/blitter.c | ||
16 | @@ -391,7 +391,11 @@ static GstImxPxPFormatDetails const * gst_imx_pxp_blitter_get_pxp_format_details | ||
17 | case GST_VIDEO_FORMAT_YUY2: FORMAT_DETAILS(PXP_PIX_FMT_YUYV, 16); | ||
18 | case GST_VIDEO_FORMAT_UYVY: FORMAT_DETAILS(PXP_PIX_FMT_UYVY, 16); | ||
19 | case GST_VIDEO_FORMAT_YVYU: FORMAT_DETAILS(PXP_PIX_FMT_YVYU, 16); | ||
20 | +#ifdef PXP_PIX_FMT_VUY444 | ||
21 | + case GST_VIDEO_FORMAT_v308: FORMAT_DETAILS(PXP_PIX_FMT_VUY444, 24); | ||
22 | +#else | ||
23 | case GST_VIDEO_FORMAT_v308: FORMAT_DETAILS(PXP_PIX_FMT_YUV444, 24); | ||
24 | +#endif | ||
25 | case GST_VIDEO_FORMAT_IYU1: FORMAT_DETAILS(PXP_PIX_FMT_Y41P, 12); | ||
26 | |||
27 | /* planar formats; bits per pixel is always 8 for these */ | ||
28 | -- | ||
29 | 1.9.1 | ||
30 | |||
diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.2.bb index 0065f53a..bfb70809 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.2.bb | |||
@@ -12,9 +12,8 @@ RDEPENDS_gstreamer1.0-plugins-imx-imxaudio = "gstreamer1.0-plugins-good-audiopar | |||
12 | RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad" | 12 | RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad" |
13 | 13 | ||
14 | SRCBRANCH ?= "master" | 14 | SRCBRANCH ?= "master" |
15 | SRCREV = "898e51dbdb01926d6423d0d31a9530ec6deb5192" | 15 | SRCREV = "cd04f047e17cbdff5d8e075be7dccaf4522ad713" |
16 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH} \ | 16 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" |
17 | file://0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch" | ||
18 | 17 | ||
19 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
20 | 19 | ||