Change warning message

This commit is contained in:
TolyaTalamanov 2022-09-13 08:28:34 +01:00
parent bcc19a622d
commit 5ea912e778

View File

@ -229,7 +229,7 @@ GSource::Priv::Priv(std::shared_ptr<IDataProvider> provider,
if (mfx_impl_description->ApiVersion.Major >= VPL_NEW_API_MAJOR_VERSION) {
GAPI_LOG_WARNING(NULL,
"GSource mfx_impl_description->ApiVersion.Major >= VPL_NEW_API_MAJOR_VERSION"
" - is not implemented. G-API only supports an older version of OneVPL API.");
" - is not implemented. Rollback to MFX implementation");
}
const auto& transcode_params = VPLLegacyTranscodeEngine::get_vpp_params(preferred_params);
if (!transcode_params.empty()) {