|
|
@ -229,7 +229,7 @@ GSource::Priv::Priv(std::shared_ptr<IDataProvider> provider, |
|
|
|
if (mfx_impl_description->ApiVersion.Major >= VPL_NEW_API_MAJOR_VERSION) { |
|
|
|
if (mfx_impl_description->ApiVersion.Major >= VPL_NEW_API_MAJOR_VERSION) { |
|
|
|
GAPI_LOG_WARNING(NULL, |
|
|
|
GAPI_LOG_WARNING(NULL, |
|
|
|
"GSource mfx_impl_description->ApiVersion.Major >= VPL_NEW_API_MAJOR_VERSION" |
|
|
|
"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); |
|
|
|
const auto& transcode_params = VPLLegacyTranscodeEngine::get_vpp_params(preferred_params); |
|
|
|
if (!transcode_params.empty()) { |
|
|
|
if (!transcode_params.empty()) { |
|
|
|