diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2019-05-13 11:42:20 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-05-17 07:50:56 -0300 |
commit | 3cd3cf648ef5b9f97b7e631538de957956af705b (patch) | |
tree | 8bd3cc6b78d8c49cdab58dd253d447a54e7bf1e7 /recipes-multimedia/gstreamer | |
parent | ad3941a064a6a600f58756c4d246849e1aa48323 (diff) | |
download | meta-freescale-3cd3cf648ef5b9f97b7e631538de957956af705b.tar.gz |
gstreamer1.0-plugins-bad: Switch to MM_04.04.05_1902_L4.14.98_GA branch
Bugfix:
-waylandsink: fix HDR10 playback abnormal
-waylandsink: fix buffer map fail when swith to internal buffer
-wayland/wlbuffer: just return if used_by_compositor is true when attach
-kmssink: add NV12_10LE support for DRM dumb buffer
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb | 6 |
1 files changed, 2 insertions, 4 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 9d7a1eed..cfb18957 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,17 +17,15 @@ 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.02_1808_L4.9.123_MX8MM_GA" | 20 | SRCBRANCH = "MM_04.04.05_1902_L4.14.98_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} \ |
24 | file://configure-allow-to-disable-libssh2.patch \ | 24 | file://configure-allow-to-disable-libssh2.patch \ |
25 | file://0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch \ | 25 | file://0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch \ |
26 | file://0001-opencv-fix-build-for-opencv-3-4-2.patch \ | ||
27 | file://0002-opencv-Fix-build-with-opencv-3.4.5.patch \ | ||
28 | " | 26 | " |
29 | 27 | ||
30 | SRCREV = "03e6ef6a371a0578a9629abde8e9c83e66f34b11" | 28 | SRCREV = "0191521ba226904e4b2f84c38e5f6ae75169a18a" |
31 | 29 | ||
32 | DEFAULT_PREFERENCE = "-1" | 30 | DEFAULT_PREFERENCE = "-1" |
33 | 31 | ||