diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-08-06 17:23:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-07 17:30:34 -0300 |
commit | 68a53a2de31bc3ecfb36d9a7fc9b935548114f0f (patch) | |
tree | c3491dcdb4dab38ccd79358ac274c9a1f290a9fc /recipes-multimedia | |
parent | 13bdb940a49f3ac9c32d909368f84bcdae71d341 (diff) | |
download | meta-freescale-68a53a2de31bc3ecfb36d9a7fc9b935548114f0f.tar.gz |
gstreamer1.0-plugins-good: Upgrade to v1.14.imx
gtkglwidget: Fix build error caused by api change in base-gl
v4l2videodec: Add resolution change support
Add HEVC support
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-good_1.14.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb index 6c0ec62c..cdd73dd5 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb | |||
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 6 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
7 | 7 | ||
8 | GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" | 8 | GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" |
9 | SRCBRANCH = "imx-1.12.x" | 9 | SRCBRANCH = "MM_04.04.00_1805_L4.9.88_MX8QXP_BETA2" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | ${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \ | 12 | ${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \ |
13 | " | 13 | " |
14 | SRCREV = "b2c850f295a0fe49310fb60784ac6af4a29bceae" | 14 | SRCREV = "037e2bf9a152de410623235974c68be21948985a" |
15 | 15 | ||
16 | DEFAULT_PREFERENCE = "-1" | 16 | DEFAULT_PREFERENCE = "-1" |
17 | 17 | ||
@@ -62,7 +62,6 @@ EXTRA_OECONF += " \ | |||
62 | --disable-osx_audio \ | 62 | --disable-osx_audio \ |
63 | --disable-osx_video \ | 63 | --disable-osx_video \ |
64 | --disable-shout2 \ | 64 | --disable-shout2 \ |
65 | --disable-sunaudio \ | ||
66 | --disable-waveform \ | 65 | --disable-waveform \ |
67 | " | 66 | " |
68 | 67 | ||