[meta-arago,dunfell,v2] conf: arago: Adding tracer-hooks build flag to gstreamer1.0

Message ID 20220701074705.7408-1-a-limaye@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,dunfell,v2] conf: arago: Adding tracer-hooks build flag to gstreamer1.0 | expand

Commit Message

Aniket Limaye July 1, 2022, 7:47 a.m. UTC
Enables GST_TRACERS : an optional utility for profiling gstreamer applications

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 +++
 1 file changed, 3 insertions(+)

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 0e2f7ef1..61ae3c83 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -157,6 +157,9 @@  PACKAGECONFIG_append_pn-libsdl2 = " kmsdrm"
 # Enable cryptodev/devcrypto engine in OpenSSL 1.1
 PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
 
+# Enable GST_TRACER logging in gstreamer
+PACKAGECONFIG_append_pn-gstreamer1.0 = " tracer-hooks"
+
 # Disable pulseaudio routing in alsa by default
 PACKAGECONFIG_remove_pn-alsa-plugins = "pulseaudio"
 RDEPENDS_pulseaudio-server_remove = "alsa-plugins-pulseaudio-conf"