GStreamer-WARNING **: ... Failed to load plugin ... libgstlibav.so ... libgomp.so.1: cannot allocate memory in static TLS block

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only) 4.6

• Issue Type( questions, new requirements, bugs)

Whenever I start a deepstream application using python bindings, I receive these warnings. Can anyone tell me what these warnings are indicating?

I am also facing another issue which isn’t resolved yet, link to that topic:

Is it possible that these warnings are related to this issue?

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
Run deepstream_test_3.py on jetson nano.

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

if you have installed gstreamer, you can find libgstlibav.so in /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so, you can remove the GStreamer cache to fix it:
rm -rf ~/.cache/gstreamer-1.0/

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