dey-gstreamer: add 'autovideosink' for ccimx6ul
'gplay' tries to use playbin3 and autovideosink by default which is provided by plugins-good package and missing on the ccimx6ul. Add this package so that video playback works with 'gplay' command alone. Signed-off-by: Hector Palacios <hector.palacios@digi.com> https://onedigi.atlassian.net/browse/DEL-9525
This commit is contained in:
parent
440fd0e20f
commit
45d4f56ff1
|
|
@ -22,6 +22,7 @@ MACHINE_GSTREAMER_1_0_PKGS:ccimx6ul = " \
|
||||||
gstreamer1.0-plugins-base-typefindfunctions \
|
gstreamer1.0-plugins-base-typefindfunctions \
|
||||||
gstreamer1.0-plugins-base-videoconvertscale \
|
gstreamer1.0-plugins-base-videoconvertscale \
|
||||||
gstreamer1.0-plugins-base-volume \
|
gstreamer1.0-plugins-base-volume \
|
||||||
|
gstreamer1.0-plugins-good-autodetect \
|
||||||
gstreamer1.0-plugins-good-pulseaudio \
|
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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue