GST_INFO          856 gst/gstinfo.h  #define GST_INFO(...)			GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_INFO,    NULL, __VA_ARGS__)
GST_INFO          891 gst/gstinfo.h  #define GST_INFO(args...)		GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_INFO,    NULL, ##args )
GST_INFO         1146 gst/gstinfo.h  GST_INFO (const char *format, ...)
GST_INFO         1325 gst/gstinfo.h  #define GST_INFO(...)					G_STMT_START{ }G_STMT_END
GST_INFO         1362 gst/gstinfo.h  #define GST_INFO(args...)				G_STMT_START{ }G_STMT_END
GST_INFO         1498 gst/gstinfo.h  GST_INFO (const char *format, ...)