BugFix Minor UI corrections and bugs fixed

This commit is contained in:
Bruno Herbelin
2024-01-01 17:54:27 +01:00
parent 578a72f560
commit b599fbf88d
10 changed files with 120 additions and 73 deletions

View File

@@ -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 {