Disable nvvideoconvert logging

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)

How can i disable this very annoying logging from nvvideoconvert?

> 2024-08-02T18:08:26+02:00 0:20:01.504490274    19 0x7f1e78251fa0 WARN          nvvideoconvert gstnvvideoconvert.c:2083:gst_nvvideoconvert_fixate_caps:<nvvideoconvert_5> nvbuf-memory-type property is set based on SRC caps. Property config setting (if any) is overridden!!
> 2024-08-02T18:08:26+02:00 0:20:01.504505583    19 0x7f1e78251fa0 WARN          nvvideoconvert gstnvvideoconvert.c:2088:gst_nvvideoconvert_fixate_caps:<nvvideoconvert_5> gpu-id property is set based on SRC caps. Property config setting (if any) is overridden!!
> 2024-08-02T18:08:26+02:00 0:20:01.991006911    19 0x7f1e78251ef0 WARN          nvvideoconvert gstnvvideoconvert.c:2083:gst_nvvideoconvert_fixate_caps:<nvvideoconvert_2> nvbuf-memory-type property is set based on SRC caps. Property config setting (if any) is overridden!!
> 2024-08-02T18:08:26+02:00 0:20:01.991023322    19 0x7f1e78251ef0 WARN          nvvideoconvert gstnvvideoconvert.c:2088:gst_nvvideoconvert_fixate_caps:<nvvideoconvert_2> gpu-id property is set based on SRC caps. Property config setting (if any)

Cheers,

/M

This log indicates that there is a problem with element negotiation, which can be closed using the following command line. However, it is recommended to check the pipeline.

export GST_DEBUG=3,nvvideoconvert:0

I’ve tried disabling the logging like you suggested, but it seems like the two specific events completely ignore the log settings.

Can you verify?

/M

Can you share the gstreamer pipeline with gst-launch-1.0 ?

This warning occurs during element negotiation. To avoid this warning, need to adjust the pipeline.I try to reproduce.

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

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