diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-09-30 16:52:44 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 14:54:15 -0300 |
commit | 23fffb6283837df4e63cd57c8dfa0ff94b6ba5e2 (patch) | |
tree | 825f1fc248b14b6e073adf953d2e11862e2040a1 /recipes-multimedia | |
parent | 19b3e7125ca2c70f1da7afe51fbfc6e323b8bbac (diff) | |
download | meta-freescale-23fffb6283837df4e63cd57c8dfa0ff94b6ba5e2.tar.gz |
gstreamer1.0-plugins-bad: Update to L4.9.123-2.3.0_8mm_ga release
Changes for waylandsink:
Implement alpha blending for surface
Support HDR10 video playback
Set to play video fullscreen as default
Set waylandsink as default video sink for imx8
Add property to set window resolution
Add internal dmabuf pool to support SW decode
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb index f35c825b..2e3f3469 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb | |||
@@ -17,7 +17,7 @@ EXTRA_OECONF_append = " --disable-introspection" | |||
17 | 17 | ||
18 | 18 | ||
19 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https" | 19 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https" |
20 | SRCBRANCH = "MM_04.04.00_1805_L4.9.88_MX8QXP_BETA2" | 20 | SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | ${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} \ | 23 | ${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} \ |
@@ -26,7 +26,7 @@ SRC_URI = " \ | |||
26 | file://0001-opencv-fix-build-for-opencv-3-4-2.patch \ | 26 | file://0001-opencv-fix-build-for-opencv-3-4-2.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SRCREV = "07ad0bb676a16c2dffb0f0e415a873f0924cfdc0" | 29 | SRCREV = "03e6ef6a371a0578a9629abde8e9c83e66f34b11" |
30 | 30 | ||
31 | DEFAULT_PREFERENCE = "-1" | 31 | DEFAULT_PREFERENCE = "-1" |
32 | 32 | ||