diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-08-06 17:23:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-07 17:30:35 -0300 |
commit | cab69df09379d52a300b80f0e85bac6f907fa251 (patch) | |
tree | 58e6cdda51e82cd2e93eba2a329e5ef1736398b1 /recipes-multimedia/gstreamer | |
parent | 5439a57ad5abb6c2b7b12db414b739cec74c2662 (diff) | |
download | meta-freescale-cab69df09379d52a300b80f0e85bac6f907fa251.tar.gz |
imx-gst1.0-plugin: Upgrade to v4.4.0
Upgrade EULA to v24
Update plugin define as macro GST_PLUGIN_DEFINE in GST1.14 is updated
Remove link to libgstbadbase in compositor when compiling with GST1.14
(GST-1.14 has moved badbase into libgstbase)
Imxcompositor update for GST1.14
G2d support VPU tiled format
Set default video sink to g2d convert link with waylandsink for 8qxp
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.0.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.5.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.0.bb index 98e9efb3..00182bbd 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.5.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | # Copyright (C) 2014,2016 Freescale Semiconductor | 1 | # Copyright (C) 2014,2016 Freescale Semiconductor |
2 | # Copyright 2017 NXP | 2 | # Copyright 2017-2018 NXP |
3 | # Copyright (C) 2012-2015 O.S. Systems Software LTDA. | 3 | # Copyright (C) 2012-2015 O.S. Systems Software LTDA. |
4 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
5 | 5 | ||
@@ -21,10 +21,10 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | |||
21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
22 | 22 | ||
23 | IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" | 23 | IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" |
24 | SRCBRANCH = "MM_04.03.05_1804_L4.9.88_MX7ULP_GA" | 24 | SRCBRANCH = "MM_04.04.00_1805_L4.9.88_MX8QXP_BETA2" |
25 | 25 | ||
26 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" | 26 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" |
27 | SRCREV = "38d026ed5269f7d61b8adb585f2d8aea86d9c4d7" | 27 | SRCREV = "ded3b04018ca71306da9bc38b0037b9ea99abd29" |
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||