mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 14:49:59 +01:00
Improved logs and Settings for hardware gstreamer plugins
This commit is contained in:
@@ -163,6 +163,7 @@ struct RenderConfig
|
||||
int custom_width, custom_height;
|
||||
float fading;
|
||||
bool gpu_decoding;
|
||||
bool gpu_decoding_available;
|
||||
|
||||
RenderConfig() {
|
||||
disabled = false;
|
||||
@@ -175,6 +176,7 @@ struct RenderConfig
|
||||
custom_height = 600;
|
||||
fading = 0.0;
|
||||
gpu_decoding = true;
|
||||
gpu_decoding_available = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user