]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-base: Add gstplaybin related patch
authorYuqing Zhu <b54851@freescale.com>
Thu, 6 Aug 2015 10:32:06 +0000 (18:32 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:15 +0000 (15:03 -0300)
- Remove default deinterlace flag in playbin for i.MX6 and i.MX7 SoCs.

- Remove native video flag in playbin for i.MX6 and i.MX7 SoCs because
  it will cause subtitle error.

Signed-off-by: Yuqing Zhu <b54851@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-remove-flag-deinterlace.patch [moved from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-enable-native-video.patch with 79% similarity]
recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend

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 15322bd6e6754c2483d866d73262fc2eb2dcd665..f2377761ed99a1030222a18e7d2b2f7c70cc18a6 100644 (file)
@@ -1,11 +1,11 @@
 From 9cfb86cd100904f0ef2626f348695bd2d3416c6a Mon Sep 17 00:00:00 2001
 From: Jian Li <jian.li@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@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
 
index 766971f6ac25d836cd949f1f43003a75825f4554..ff4d77b7343c4e9081d6a85f3ada9c69f7b36081 100644 (file)
@@ -1,6 +1,7 @@
-
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append_mx6 = " file://gstplaybin-enable-native-video.patch"
+SRC_URI_append_mx6 = " file://gstplaybin-remove-flag-deinterlace.patch"
+SRC_URI_append_mx7 = " file://gstplaybin-remove-flag-deinterlace.patch"
 
 PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
+PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"