Use imx forks of gstreamer repos. This allows us to get
the NXP out of tree patches for waylandsink that are
specific to imx SoCs.
This could probably go in imx-base.inc, but I've only
tested this on imx8m-evk board.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
# Add additional firmware
MACHINE_FIRMWARE_append = " linux-firmware-ath10k"
+
+# Use gstreamer 1.14 from meta-freescale
+PREFERRED_VERSION_gstreamer1.0 ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.14.imx"
+PREFERRED_VERSION_gstreamer1.0-libav ?= "1.14.0"