diff options
author | Yuqing Zhu <b54851@freescale.com> | 2015-08-06 18:32:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | 182366392adb7379f7fb48eaaa8c457672781719 (patch) | |
tree | 9e74870ef9b630ab6c6b3fe3174ff3011301965d /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base | |
parent | 0eb80d2d66530b63a59e8bdcaf7a72768f6f0adb (diff) | |
download | meta-freescale-182366392adb7379f7fb48eaaa8c457672781719.tar.gz |
gstreamer1.0-plugins-base: Add gstplaybin related patch
- 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>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-remove-flag-deinterlace.patch (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/gstplaybin-enable-native-video.patch) | 10 |
1 files changed, 5 insertions, 5 deletions
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 index 15322bd6..f2377761 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 @@ | |||
1 | From 9cfb86cd100904f0ef2626f348695bd2d3416c6a Mon Sep 17 00:00:00 2001 | 1 | From 9cfb86cd100904f0ef2626f348695bd2d3416c6a Mon Sep 17 00:00:00 2001 |
2 | From: Jian Li <jian.li@freescale.com> | 2 | From: Jian Li <jian.li@freescale.com> |
3 | Date: Mon, 23 Jun 2014 14:14:07 +0800 | 3 | Date: Mon, 23 Jun 2014 14:14:07 +0800 |
4 | Subject: [PATCH] gstplaybin enable native video | 4 | Subject: [PATCH] gstplaybin remove default deinterlace flag |
5 | 5 | ||
6 | - use native video patch in playbin for i.MX SoCs | 6 | - remove default deinterlace flag in playbin for i.MX SoCs |
7 | 7 | ||
8 | Upstream Status: Inappropriate [platform specific] | 8 | Upstream-Status: Inappropriate [platform specific] |
9 | 9 | ||
10 | Signed-off-by: Jian Li <jian.li@freescale.com> | 10 | Signed-off-by: Jian Li <jian.li@freescale.com> |
11 | --- | 11 | --- |
@@ -22,10 +22,10 @@ index fc02ca3..c342438 100644 | |||
22 | #define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \ | 22 | #define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \ |
23 | - GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_DEINTERLACE | \ | 23 | - GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_DEINTERLACE | \ |
24 | - GST_PLAY_FLAG_SOFT_COLORBALANCE | 24 | - GST_PLAY_FLAG_SOFT_COLORBALANCE |
25 | + GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_NATIVE_VIDEO | 25 | + GST_PLAY_FLAG_SOFT_VOLUME |
26 | #define DEFAULT_N_VIDEO 0 | 26 | #define DEFAULT_N_VIDEO 0 |
27 | #define DEFAULT_CURRENT_VIDEO -1 | 27 | #define DEFAULT_CURRENT_VIDEO -1 |
28 | #define DEFAULT_N_AUDIO 0 | 28 | #define DEFAULT_N_AUDIO 0 |
29 | -- | 29 | -- |
30 | 1.7.9.5 | 30 | 1.7.9.5 |
31 | 31 | ||