diff --git a/modules/gapi/src/streaming/onevpl/source_priv.cpp b/modules/gapi/src/streaming/onevpl/source_priv.cpp index c2762d0079..bd74ca0a25 100644 --- a/modules/gapi/src/streaming/onevpl/source_priv.cpp +++ b/modules/gapi/src/streaming/onevpl/source_priv.cpp @@ -229,7 +229,7 @@ GSource::Priv::Priv(std::shared_ptr 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()) {