mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Disabling vtenc streaming for OSX (could not make it work)
This commit is contained in:
@@ -348,7 +348,7 @@ std::string VideoStreamer::init(GstCaps *caps)
|
||||
if ( GstToolkit::has_feature(config->first) ) {
|
||||
description += config->second;
|
||||
found_harware_acceleration = true;
|
||||
Log::Info("Video Streamer : Hardware accelerated encoder (%s)", config->first.c_str());
|
||||
Log::Info("Video Streamer using hardware accelerated encoder (%s)", config->first.c_str());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user