First minimal implementation of Screen device for screen capture under

Linux (ximagesrc). Cleanup code.
This commit is contained in:
brunoherbelin
2020-09-26 12:22:15 +02:00
parent 69c74aa103
commit df2a66484b
5 changed files with 98 additions and 155 deletions

View File

@@ -23,9 +23,6 @@ std::list<std::string> all_plugin_features(std::string pluginname);
bool enable_feature (std::string name, bool enable);
GstDeviceMonitor *setup_raw_video_source_device_monitor();
}
#endif // __GSTGUI_TOOLKIT_H_