NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvstreammuxdebug.h File Reference

Go to the source code of this file.

Macros

#define LOGD(...)
 
#define LOGV(fmt, ...)   printf("[VERBOSE %s %d] " fmt, __func__, __LINE__, ## __VA_ARGS__)
 
#define LOGE(fmt, ...)   printf("[ERROR %s %d] " fmt, __func__, __LINE__, ## __VA_ARGS__)
 GST_NVSTREAMMUX_DEBUG_H More...
 

Macro Definition Documentation

◆ LOGD

#define LOGD (   ...)

Definition at line 33 of file gstnvstreammuxdebug.h.

◆ LOGE

#define LOGE (   fmt,
  ... 
)    printf("[ERROR %s %d] " fmt, __func__, __LINE__, ## __VA_ARGS__)

GST_NVSTREAMMUX_DEBUG_H

Definition at line 39 of file gstnvstreammuxdebug.h.

◆ LOGV

#define LOGV (   fmt,
  ... 
)    printf("[VERBOSE %s %d] " fmt, __func__, __LINE__, ## __VA_ARGS__)

Definition at line 38 of file gstnvstreammuxdebug.h.