diff mbox series

[meta-arago,kirkstone] arago.conf: Enable coretracers in gstreamer1.0

Message ID 20230711154731.3270458-1-devarsht@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone] arago.conf: Enable coretracers in gstreamer1.0 | expand

Commit Message

Devarsh Thakkar July 11, 2023, 3:47 p.m. UTC
Enable coretracers packageconfig
for gstreamer1.0 package to include gstreamer
coretracers such as latency tracer, leak tracer
e.t.c in base gstreamer package

Without this change, the gstreamer tracers
were not getting included.

Fixes: 1fbb3fb3 ("conf: arago: Adding tracer-hooks build flag to gstreamer1.0")

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rahul T R July 12, 2023, 1:37 p.m. UTC | #1
On 11/07/23 21:17, Devarsh Thakkar wrote:

> Enable coretracers packageconfig
> for gstreamer1.0 package to include gstreamer
> coretracers such as latency tracer, leak tracer
> e.t.c in base gstreamer package
>
> Without this change, the gstreamer tracers
> were not getting included.
>
> Fixes: 1fbb3fb3 ("conf: arago: Adding tracer-hooks build flag to gstreamer1.0")
>
> Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
> ---
>   meta-arago-distro/conf/distro/arago.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index bb074478..43553678 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -123,7 +123,7 @@ PACKAGECONFIG:append:pn-libsdl2 = " kmsdrm"
>   PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
>   
>   # Enable GST_TRACER logging in gstreamer
> -PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks"
> +PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks coretracers"

Reviewed-by: Rahul T R <r-ravikumar@ti.com>

Regards
Rahul T R

>   
>   # Enable kmssink in gstreamer
>   PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index bb074478..43553678 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -123,7 +123,7 @@  PACKAGECONFIG:append:pn-libsdl2 = " kmsdrm"
 PACKAGECONFIG:append:pn-openssl = " cryptodev-linux"
 
 # Enable GST_TRACER logging in gstreamer
-PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks"
+PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks coretracers"
 
 # Enable kmssink in gstreamer
 PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"