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