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

@@ -76,6 +76,7 @@ public:
int index (const std::string &device) const;
static gboolean callback_device_monitor (GstBus *, GstMessage *, gpointer);
static DeviceConfigSet getDeviceConfigs(const std::string &src_description);
private:
@@ -84,7 +85,6 @@ private:
std::vector< std::string > src_description_;
std::vector< DeviceConfigSet > src_config_;
static DeviceConfigSet getDeviceConfigs(const std::string &src_description);
bool list_uptodate_;
GstDeviceMonitor *monitor_;