#ifndef __GSTGUI_TOOLKIT_H_ #define __GSTGUI_TOOLKIT_H_ #include #include using namespace std; namespace GstToolkit { string to_string(guint64 t); list all_plugins(); list all_plugin_features(string pluginname); bool enable_feature (string name, bool enable); string gst_version(); } #endif // __GSTGUI_TOOLKIT_H_