From 880aa9b7e39502d196dcaf296cbf0efe0d585f50 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Tue, 14 Feb 2023 19:27:04 +0100 Subject: [PATCH] gstreamer1.0-plugins-bad: enable kms plugin for visionfive2 KMS plugin was successfully tested with: gst-launch-1.0 --gst-debug=3 \ filesrc location=testfile.mp4 ! \ decodebin ! \ kmssink driver-name=starfive --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend new file mode 100644 index 0000000..b988047 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG:append:visionfive2 = " kms"