[meta-freescale] [meta-fsl-arm][PATCH v4 1/4] gstreamer1.0-plugins-base: Add gstplaybin related patch

Carlos Rafael Giani dv at pseudoterminal.org
Wed Aug 5 13:32:46 PDT 2015


This patch looks generally OK to me.

The pango packageconfig could probably even be added to the 
gstreamer1.0-plugins-base.inc file in OE-core, since pango is present in 
OE-core. In fact, I don't know why it isn't already included in the 
default packageconfig of gstreamer1.0-plugins-base. But why do you view 
pango as mx6/mx7 specific?

Am 2015-07-30 um 20:55 schrieb Yuqing Zhu:
> -Remove default deinterlace flag in playbin for i.MX s/5/6/7 SoCs.
>
> -Remove native video flag in playbin for i.MX s/5/6/7 SoCs because it will cause subtitle error.
>
> -Enable pango plugin to generate texture of the video movie.
>   It is the specific feature for i.MX 6/7 SoCs.
>
> Signed-off-by: Yuqing Zhu <b54851 at freescale.com>
> ---
>   ...deo.patch => gstplaybin-remove-flag-deinterlace.patch} | 10 +++++-----
>   .../gstreamer/gstreamer1.0-plugins-base_%.bbappend        | 15 +++++++++++----
>   2 files changed, 16 insertions(+), 9 deletions(-)
>   rename recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/{gstplaybin-enable-native-video.patch => gstplaybin-remove-flag-deinterlace.patch} (79%)
>
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-enable-native-video.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-remove-flag-deinterlace.patch
> similarity index 79%
> rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-enable-native-video.patch
> rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-remove-flag-deinterlace.patch
> index 15322bd..f237776 100644
> --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-enable-native-video.patch
> +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-remove-flag-deinterlace.patch
> @@ -1,11 +1,11 @@
>   From 9cfb86cd100904f0ef2626f348695bd2d3416c6a Mon Sep 17 00:00:00 2001
>   From: Jian Li <jian.li at freescale.com>
>   Date: Mon, 23 Jun 2014 14:14:07 +0800
> -Subject: [PATCH] gstplaybin enable native video
> +Subject: [PATCH] gstplaybin remove default deinterlace flag
>   
> -- use native video patch in playbin for i.MX SoCs
> +- remove default deinterlace flag in playbin for i.MX SoCs
>   
> -Upstream Status: Inappropriate [platform specific]
> +Upstream-Status: Inappropriate [platform specific]
>   
>   Signed-off-by: Jian Li <jian.li at freescale.com>
>   ---
> @@ -22,10 +22,10 @@ index fc02ca3..c342438 100644
>    #define DEFAULT_FLAGS             GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \
>   -                                  GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_DEINTERLACE | \
>   -                                  GST_PLAY_FLAG_SOFT_COLORBALANCE
> -+                                  GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_NATIVE_VIDEO
> ++                                  GST_PLAY_FLAG_SOFT_VOLUME
>    #define DEFAULT_N_VIDEO           0
>    #define DEFAULT_CURRENT_VIDEO     -1
>    #define DEFAULT_N_AUDIO           0
> ---
> +--
>   1.7.9.5
>   
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> index 5b939d4..e7e148e 100644
> --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> @@ -1,9 +1,16 @@
> -
>   FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>   
> -SRC_URI_append_mxs = " file://gstplaybin-enable-native-video.patch"
> -SRC_URI_append_mx5 = " file://gstplaybin-enable-native-video.patch"
> -SRC_URI_append_mx6 = " file://gstplaybin-enable-native-video.patch"
> +SRC_URI_append_mxs = " file://gstplaybin-remove-flag-deinterlace.patch"
> +SRC_URI_append_mx5 = " file://gstplaybin-remove-flag-deinterlace.patch"
> +IMX_PATCHES = " file://gstplaybin-remove-flag-deinterlace.patch"
> +
> +
> +SRC_URI_append_mx6 = "${IMX_PATCHES}"
> +SRC_URI_append_mx7 = "${IMX_PATCHES}"
> +
> +# Enable pango lib for i.MX 6/7 SoCs
> +PACKAGECONFIG_append_mx6 = " pango "
> +PACKAGECONFIG_append_mx7 = " pango "
>   
>   PACKAGE_ARCH_mxs = "${MACHINE_SOCARCH}"
>   PACKAGE_ARCH_mx5 = "${MACHINE_SOCARCH}"



More information about the meta-freescale mailing list