GST_CAT_INFO      840 gst/gstinfo.h  #define GST_CAT_INFO(cat,...)			GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO,    NULL, __VA_ARGS__)
GST_CAT_INFO      875 gst/gstinfo.h  #define GST_CAT_INFO(cat,args...)		GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO,    NULL, ##args )
GST_CAT_INFO      997 gst/gstinfo.h  GST_CAT_INFO (GstDebugCategory * cat, const char *format, ...)
GST_CAT_INFO     1309 gst/gstinfo.h  #define GST_CAT_INFO(...)				G_STMT_START{ }G_STMT_END
GST_CAT_INFO     1346 gst/gstinfo.h  #define GST_CAT_INFO(args...)				G_STMT_START{ }G_STMT_END
GST_CAT_INFO     1428 gst/gstinfo.h  GST_CAT_INFO (GstDebugCategory * cat, const char *format, ...)