]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-imx: Update to version 0.10.2
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Mon, 8 Jun 2015 09:47:00 +0000 (11:47 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Jun 2015 18:46:17 +0000 (15:46 -0300)
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 <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch [deleted file]
meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.2.bb [moved from meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb with 93% similarity]

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 (file)
index 9390a00..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-From 66c2285aff440d2cdbd16ee6893bdbbbd814a08b Mon Sep 17 00:00:00 2001\r
-From: Carlos Rafael Giani <carlos.giani@streamunlimited.com>\r
-Date: Tue, 7 Apr 2015 18:34:05 +0200\r
-Subject: [PATCH] pxp: Check for new format specifier from the new FSL 3.14\r
- kernel\r
-\r
-Signed-off-by: Carlos Rafael Giani <carlos.giani@streamunlimited.com>\r
----\r
- src/pxp/blitter.c | 4 ++++\r
- 1 file changed, 4 insertions(+)\r
-\r
-diff --git a/src/pxp/blitter.c b/src/pxp/blitter.c\r
-index b96b3b9..7f44d03 100644\r
---- a/src/pxp/blitter.c\r
-+++ b/src/pxp/blitter.c\r
-@@ -391,7 +391,11 @@ static GstImxPxPFormatDetails const * gst_imx_pxp_blitter_get_pxp_format_details\r
-               case GST_VIDEO_FORMAT_YUY2: FORMAT_DETAILS(PXP_PIX_FMT_YUYV, 16);\r
-               case GST_VIDEO_FORMAT_UYVY: FORMAT_DETAILS(PXP_PIX_FMT_UYVY, 16);\r
-               case GST_VIDEO_FORMAT_YVYU: FORMAT_DETAILS(PXP_PIX_FMT_YVYU, 16);\r
-+#ifdef PXP_PIX_FMT_VUY444\r
-+              case GST_VIDEO_FORMAT_v308: FORMAT_DETAILS(PXP_PIX_FMT_VUY444, 24);\r
-+#else\r
-               case GST_VIDEO_FORMAT_v308: FORMAT_DETAILS(PXP_PIX_FMT_YUV444, 24);\r
-+#endif\r
-               case GST_VIDEO_FORMAT_IYU1: FORMAT_DETAILS(PXP_PIX_FMT_Y41P, 12);\r
\r
-               /* planar formats; bits per pixel is always 8 for these */\r
--- \r
-1.9.1\r
-\r
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 0065f53a93fa42297df9ef4ece14d39dec5ba421..bfb70809bd0b88f71ad064a6886f5c9770110435 100644 (file)
@@ -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"