Gstreamer debug

I got segv error from my gstreamer application. However, backtrace of the line of code leading segmentation fault, gdb unable to display function names, I believe the line of code is in shared library.

  1. Missing function names caused by plugin missing debug symbol?
  2. How do I add debug symbol to gst plugin, as well as nvidia plugin?
  3. Are there any pre-built plugin with debug symbol ?

Hi,
You can manually download source code and build the plugins. Please refer to guidance in developer guide

And try to build the plugins with debug symbol. Most of our plugins are public. Please download it from release page. Take r32.6.1 as example, the link is
https://developer.nvidia.com/embedded/linux-tegra-r3261

L4T Driver Package (BSP) Sources

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