#ifndef __GSTGUI_TOOLKIT_H_ #define __GSTGUI_TOOLKIT_H_ #include using namespace std; namespace GstToolkit { string to_string(guint64 t); }; #endif // __GSTGUI_TOOLKIT_H_