All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][scarthgap/master][PATCH] arago.conf: Enable GStreamer based video for kmscube
@ 2025-07-28 17:36 Andrew Davis
  0 siblings, 0 replies; only message in thread
From: Andrew Davis @ 2025-07-28 17:36 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis

Enable the video playback for kmscube. This is a great way to show off our
video Codecs and how they can interact with our GPU with zero-copy buffer
passing. Enable this here.

While here, since kmscube often runs against the bare KMS/GBM backend,
enable the same support for GStreamer which allows for it to use GBM
EGL contexts.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index ce028587..61041568 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -103,6 +103,9 @@ PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
 # Enable GST_TRACER logging in gstreamer
 PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks coretracers"
 
+# Enable GBM in gstreamer
+PACKAGECONFIG:append:pn-gstreamer1.0-plugins-base = " gbm"
+
 # Enable kmssink in gstreamer
 PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"
 
@@ -113,6 +116,9 @@ PACKAGECONFIG:append:pn-libcamera = " gst"
 PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
 RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"
 
+# Enable gstreamer based video for kmscube
+PACKAGECONFIG:append:pn-kmscube = " gstreamer"
+
 # Configure RAMFS for jailhouse linux-demo
 JH_RAMFS_IMAGE = "tisdk-jailhouse-inmate"
 
-- 
2.39.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-28 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 17:36 [meta-arago][scarthgap/master][PATCH] arago.conf: Enable GStreamer based video for kmscube Andrew Davis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.