[meta-freescale] [meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.10.2

Carlos Rafael Giani dv at pseudoterminal.org
Mon Jun 8 02:49:51 PDT 2015


One additional note: this can be applied to fido as well. I didn't test 
it with dizzy yet, but I didn't use anything that wasn't in dizzy 
already. This is a bugfix release.

Am 2015-06-08 um 11:47 schrieb Carlos Rafael Giani:
> 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
>
> Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
> ---
>   ...or-new-format-specifier-from-the-new-FSL-.patch | 30 ----------------------
>   ....10.1.bb => gstreamer1.0-plugins-imx_0.10.2.bb} |  5 ++--
>   2 files changed, 2 insertions(+), 33 deletions(-)
>   delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch
>   rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-imx_0.10.1.bb => gstreamer1.0-plugins-imx_0.10.2.bb} (93%)
>
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx/0001-pxp-Check-for-new-format-specifier-from-the-new-FSL-.patch
> deleted file mode 100644
> index 9390a00..0000000
> --- a/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 <carlos.giani at streamunlimited.com>
> -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 <carlos.giani at streamunlimited.com>
> ----
> - 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/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.2.bb
> similarity index 93%
> rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb
> rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.2.bb
> index 0065f53..bfb7080 100644
> --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb
> +++ b/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"
>   



More information about the meta-freescale mailing list