Initial commit (2)

This commit is contained in:
BHBN
2020-03-06 21:23:51 +01:00
committed by GitHub
parent db75874e87
commit da59e80dbe
9 changed files with 1717 additions and 0 deletions

15
GstToolkit.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef __GSTGUI_TOOLKIT_H_
#define __GSTGUI_TOOLKIT_H_
#include <string>
using namespace std;
namespace GstToolkit
{
string to_string(guint64 t);
};
#endif // __GSTGUI_TOOLKIT_H_