mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Making sure disabling accelerated hardware acceleration on codec
decoding discards the corresponding gstreamer decoders.
This commit is contained in:
@@ -21,7 +21,7 @@ std::string filename_to_uri(std::string filename);
|
||||
std::string gst_version();
|
||||
|
||||
std::list<std::string> all_plugins();
|
||||
std::list<std::string> enable_gpu_decoding_plugins();
|
||||
std::list<std::string> enable_gpu_decoding_plugins(bool enable = true);
|
||||
|
||||
std::list<std::string> all_plugin_features(std::string pluginname);
|
||||
bool enable_feature (std::string name, bool enable);
|
||||
|
||||
Reference in New Issue
Block a user