Disabling vtenc streaming for OSX (could not make it work)

This commit is contained in:
Bruno Herbelin
2022-01-04 14:37:56 +01:00
parent 8f0491ea57
commit 109e6f590a
4 changed files with 7 additions and 7 deletions

View File

@@ -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;
}
}