gstreamer1.0: fix cc6ul gstreamer build

Commit 15139a3e97 wrongly removed 'vpx' from plugins-good which
is needed to play WebM files on the CC6UL.

The packagegroup-dey-gstreamer also needed to be updated to use
'pulseaudio' from plugins-good which was apparently renamed from 'pulse'.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-6029
(cherry picked from commit 29add13409)
This commit is contained in:
Hector Palacios 2018-06-19 19:31:22 +02:00
parent 3687457ad0
commit e7f1aaddec
2 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ SRC_URI_append_imx = " \
SRCREV_imx = "b2c850f295a0fe49310fb60784ac6af4a29bceae" SRCREV_imx = "b2c850f295a0fe49310fb60784ac6af4a29bceae"
EXTRA_AUTORECONF = "" EXTRA_AUTORECONF = ""
PACKAGECONFIG_append = " vpx"
S_imx = "${WORKDIR}/git" S_imx = "${WORKDIR}/git"

View File

@ -23,7 +23,7 @@ MACHINE_GSTREAMER_1_0_PKGS_ccimx6ul = " \
gstreamer1.0-plugins-base-videoconvert \ gstreamer1.0-plugins-base-videoconvert \
gstreamer1.0-plugins-base-videoscale \ gstreamer1.0-plugins-base-videoscale \
gstreamer1.0-plugins-base-volume \ gstreamer1.0-plugins-base-volume \
gstreamer1.0-plugins-good-pulse \ gstreamer1.0-plugins-good-pulseaudio \
gstreamer1.0-plugins-good-video4linux2 \ gstreamer1.0-plugins-good-video4linux2 \
gstreamer1.0-plugins-good-videofilter \ gstreamer1.0-plugins-good-videofilter \
gstreamer1.0-plugins-good-vpx \ gstreamer1.0-plugins-good-vpx \