mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 19:29:58 +01:00
BugFix Minor UI corrections and bugs fixed
This commit is contained in:
@@ -27,9 +27,9 @@ std::list<std::string> enable_gpu_decoding_plugins(bool enable = true);
|
||||
std::string used_gpu_decoding_plugins(GstElement *gstbin);
|
||||
std::string used_decoding_plugins(GstElement *gstbin);
|
||||
|
||||
std::list<std::string> all_plugin_features(std::string pluginname);
|
||||
bool has_feature (std::string name);
|
||||
bool enable_feature (std::string name, bool enable);
|
||||
std::list<std::string> all_plugin_features(const std::string &pluginname);
|
||||
bool has_feature (const std::string &name);
|
||||
bool enable_feature (const std::string &name, bool enable);
|
||||
|
||||
|
||||
struct PipelineConfig {
|
||||
|
||||
Reference in New Issue
Block a user