Is GStreamer package from Jetpack 6 built with debugging symbols?

I need to debug with valgrind an application that leverages GStreamer provided by Jetpack 6. I am having a hard time extracting meaningful data. I am wondering whether GStreamer was built with the necessary debug flags :

 CFLAGS="-g -O0" CXXFLAGS="-g -O0"

I am currently following these resources : How to Analyze GStreamer with Valgrind | GStreamer with Valgrind | RidgeRun Developer

Hi,
We support jetson_multimedia_api and gstreamer. Please make sure you have checked the document:

There are some examples in

Q: Is there any example of running RTSP streaming?
Q: Is there an example for running UDP streaming?
Q: I have a USB camera. How can I launch it on AGX Orin?

For further issues, please share a method to replicate the issue through gstreamer command, or either sample. We will set up developer kit and check.

Thanks!

1 Like

Hi,
You can check this to build the plugins with debug symbols:

Accelerated GStreamer — NVIDIA Jetson Linux Developer Guide

Source code of our plugins are in

Jetson Linux | NVIDIA Developer
Driver Package (BSP) Sources

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.