Change warning message

pull/22507/head
TolyaTalamanov 2 years ago
parent bcc19a622d
commit 5ea912e778
  1. 2
      modules/gapi/src/streaming/onevpl/source_priv.cpp

@ -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()) {

Loading…
Cancel
Save