summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2019-05-13 10:48:09 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-17 07:50:56 -0300
commit08f16dfd52eafe5813abe7dea3ff1f76935ab954 (patch)
tree4ac031e77699a0b0ba8448c6fe69249eb5318127 /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
parentfdfb1222ac30ff2ee67c88e7139f3f2ae0af42b3 (diff)
downloadmeta-freescale-08f16dfd52eafe5813abe7dea3ff1f76935ab954.tar.gz
gstreamer1.0-plugins-base: Switch to MM_04.04.05_1902_L4.14.98_GA branch
-Enable eac3 pass-through mode -Glcolorbalance: fix pipeline crash when init -Glupload: add internal physical buffer pool -Video-frame: correct copy width when format is NV12_10LE -Update 0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch to fix applying conflict. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
index 0da9a2ea..d329dbac 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
8DEPENDS += "iso-codes util-linux" 8DEPENDS += "iso-codes util-linux"
9 9
10GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https" 10GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https"
11SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" 11SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 ${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} \ 14 ${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} \
@@ -19,7 +19,7 @@ SRC_URI = " \
19 file://0003-riff-add-missing-include-directories-when-calling-in.patch \ 19 file://0003-riff-add-missing-include-directories-when-calling-in.patch \
20 file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \ 20 file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \
21" 21"
22SRCREV = "e1f90437939b147658efed4d86c3f99d5e606968" 22SRCREV = "f62f8ab685e549eefaecdb1e700239a5a408fcad"
23 23
24DEFAULT_PREFERENCE = "-1" 24DEFAULT_PREFERENCE = "-1"
25 25