From 190a878a4b2ba83050db4d58f073aca39854dcd2 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Mon, 8 Jun 2015 11:47:00 +0200 Subject: [PATCH] gstreamer1.0-plugins-imx: Update to version 0.10.2 Changes: - v4l2src: renamed imxv4l2src to imxv4l2videosrc to avoid name collisions with the FSL plugins - v4l2src: Call the buffer pool baseclass stop() function (fixes segfaults) - uniaudio: Create correct config header even if no codecs were found - audio: new MP3 encoder element using the libfslcodec MP3 encoder - g2d/ipu/pxp blitter sink: Respect aspect ratio also in 90/270 degree rotations - pxp: Remove broken/unsupported formats - eglvivsink: Fix double mutex unlock - phys mem meta naming cleanup Change-Id: Id2c72352f19cfeb6635af2ed0ec625867c28b7a7 Signed-off-by: Carlos Rafael Giani Signed-off-by: Otavio Salvador --- ...w-format-specifier-from-the-new-FSL-.patch | 30 ------------------- ....bb => gstreamer1.0-plugins-imx_0.10.2.bb} | 5 ++-- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch rename meta-fsl-arm/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-imx_0.10.1.bb => gstreamer1.0-plugins-imx_0.10.2.bb} (93%) 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 @@ -From 66c2285aff440d2cdbd16ee6893bdbbbd814a08b Mon Sep 17 00:00:00 2001 -From: Carlos Rafael Giani -Date: Tue, 7 Apr 2015 18:34:05 +0200 -Subject: [PATCH] pxp: Check for new format specifier from the new FSL 3.14 - kernel - -Signed-off-by: Carlos Rafael Giani ---- - src/pxp/blitter.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/pxp/blitter.c b/src/pxp/blitter.c -index b96b3b9..7f44d03 100644 ---- a/src/pxp/blitter.c -+++ b/src/pxp/blitter.c -@@ -391,7 +391,11 @@ static GstImxPxPFormatDetails const * gst_imx_pxp_blitter_get_pxp_format_details - case GST_VIDEO_FORMAT_YUY2: FORMAT_DETAILS(PXP_PIX_FMT_YUYV, 16); - case GST_VIDEO_FORMAT_UYVY: FORMAT_DETAILS(PXP_PIX_FMT_UYVY, 16); - case GST_VIDEO_FORMAT_YVYU: FORMAT_DETAILS(PXP_PIX_FMT_YVYU, 16); -+#ifdef PXP_PIX_FMT_VUY444 -+ case GST_VIDEO_FORMAT_v308: FORMAT_DETAILS(PXP_PIX_FMT_VUY444, 24); -+#else - case GST_VIDEO_FORMAT_v308: FORMAT_DETAILS(PXP_PIX_FMT_YUV444, 24); -+#endif - case GST_VIDEO_FORMAT_IYU1: FORMAT_DETAILS(PXP_PIX_FMT_Y41P, 12); - - /* planar formats; bits per pixel is always 8 for these */ --- -1.9.1 - 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 similarity index 93% rename from meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb rename to 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 RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad" SRCBRANCH ?= "master" -SRCREV = "898e51dbdb01926d6423d0d31a9530ec6deb5192" -SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH} \ - file://0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch" +SRCREV = "cd04f047e17cbdff5d8e075be7dccaf4522ad713" +SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git" -- 2.40.1