• Hardware Platform (Jetson / GPU) Jetson Xavier • DeepStream Version DS 6.0 • JetPack Version (valid for Jetson only) 4.6 (L4T 32.6.1) • TensorRT Version 8.0.1
**• Issue Type question
I am running an inference pipeline with DS 6.0 and Gstreamer1.16.2 and every time i start the pipeline i get the critical warning: gst_buffer_resize_range: assertion 'bufmax >= bufoffs + offset + size' failed
I saw the proposed solutions :
I do not think this cause any serious issues to my pipeline so i want to hide this critical warnings as they are spamming. I have tried GST_DEBUG=0 and custom loggers but it keeps on logging.
Can you guide me on how to handle these logs?