diff options
| -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 | ||||
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 5 |
2 files changed, 8 insertions, 7 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 15322bd6e..f2377761e 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 | ||
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 766971f6a..ff4d77b73 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | |||
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 3 | 2 | ||
| 4 | SRC_URI_append_mx6 = " file://gstplaybin-enable-native-video.patch" | 3 | SRC_URI_append_mx6 = " file://gstplaybin-remove-flag-deinterlace.patch" |
| 4 | SRC_URI_append_mx7 = " file://gstplaybin-remove-flag-deinterlace.patch" | ||
| 5 | 5 | ||
| 6 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | 6 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |
| 7 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" | ||
