All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/kirkstone][PATCH] conf: arago: Add flag to enable kmssink plugin
@ 2023-05-18 13:26 Rahul T R
  2023-05-18 18:01 ` Denys Dmytriyenko
  2023-05-18 20:14 ` Brnich, Brandon
  0 siblings, 2 replies; 11+ messages in thread
From: Rahul T R @ 2023-05-18 13:26 UTC (permalink / raw)
  To: meta-arago, Ryan Eatmon
  Cc: j-choudhary, a-bhatia1, b-brnich, devarsht, r-ravikumar

Enable building kmssink plugin in gstreamer1.0-plugins-bad

Signed-off-by: Rahul T R <r-ravikumar@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 379b1d44..e32259a9 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -113,6 +113,9 @@ PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
 # Enable GST_TRACER logging in gstreamer
 PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks"
 
+# Enable kmssink in gstreamer
+PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"
+
 # Disable pulseaudio routing in alsa by default
 PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
 RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-06-02 12:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 13:26 [meta-arago][master/kirkstone][PATCH] conf: arago: Add flag to enable kmssink plugin Rahul T R
2023-05-18 18:01 ` Denys Dmytriyenko
2023-05-18 19:42   ` Ryan Eatmon
2023-05-18 20:16     ` Brnich, Brandon
2023-05-22  6:09   ` Devarsh Thakkar
2023-05-22 23:26     ` Denys Dmytriyenko
2023-05-23  6:42       ` Devarsh Thakkar
2023-05-23 17:39         ` Denys Dmytriyenko
2023-05-31 18:58   ` Rahul T R
2023-06-02 12:38     ` Denys Dmytriyenko
2023-05-18 20:14 ` Brnich, Brandon

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.