From: Aniket Limaye <[email protected]> Enables GST_TRACERS : an optional utility for profiling gstreamer applications
Signed-off-by: Aniket Limaye <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 09678b89..542e20cb 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -147,6 +147,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" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14001): https://lists.yoctoproject.org/g/meta-arago/message/14001 Mute This Topic: https://lists.yoctoproject.org/mt/93649102/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
