gstreamer1.0: fix cc6ul gstreamer build
Commit15139a3e97wrongly 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 commit29add13409)
This commit is contained in:
parent
3687457ad0
commit
e7f1aaddec
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue