mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Change warning message
This commit is contained in:
parent
bcc19a622d
commit
5ea912e778
@ -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…
Reference in New Issue
Block a user