stm-st-stm32mp: packagegroup-dey-gstreamer: reflect change in plugin names

In recent versions of gstreamer, the videoconvert and videoscale plugins were
merged into a single plugin called videoconvertscale.

https://onedigi.atlassian.net/browse/DEL-9011
https://onedigi.atlassian.net/browse/DEL-9045

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-06-18 10:47:31 +02:00
parent 82e3dc4d18
commit b2c1d3bcf1
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2022, Digi International Inc. # Copyright (C) 2022-2024, Digi International Inc.
# #
SUMMARY = "Gstreamer framework packagegroup for DEY image" SUMMARY = "Gstreamer framework packagegroup for DEY image"
@ -24,8 +24,7 @@ MACHINE_GSTREAMER_1_0_PKGS:append = " \
gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audioresample \
gstreamer1.0-plugins-base-playback \ gstreamer1.0-plugins-base-playback \
gstreamer1.0-plugins-base-typefindfunctions \ gstreamer1.0-plugins-base-typefindfunctions \
gstreamer1.0-plugins-base-videoconvert \ gstreamer1.0-plugins-base-videoconvertscale \
gstreamer1.0-plugins-base-videoscale \
gstreamer1.0-plugins-base-volume \ gstreamer1.0-plugins-base-volume \
gstreamer1.0-plugins-good-pulseaudio \ gstreamer1.0-plugins-good-pulseaudio \
gstreamer1.0-plugins-good-video4linux2 \ gstreamer1.0-plugins-good-video4linux2 \