gstreamer: change machine override for plugins to 'imxgpu'
Some architectures like i.MX8M Nano don't have imxgpu2d but still need some of the Gstreamer plugins. For example, gstreamer1.0-plugins-bad-meta provides the xwayland sink which would otherwise not be available for platforms without gpu2d. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
400110aaf9
commit
9f889c587f
|
|
@ -30,7 +30,7 @@ MACHINE_GSTREAMER_1_0_PKGS_ccimx6ul = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
|
||||||
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_imxgpu2d ?= " \
|
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_imxgpu ?= " \
|
||||||
gstreamer1.0-plugins-bad-meta \
|
gstreamer1.0-plugins-bad-meta \
|
||||||
gstreamer1.0-plugins-ugly-meta \
|
gstreamer1.0-plugins-ugly-meta \
|
||||||
gstreamer1.0-rtsp-server-meta \
|
gstreamer1.0-rtsp-server-meta \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue