mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
msdk: correct the error message
It is VPP session instead of Encoder session
This commit is contained in:
parent
718b7d0b5d
commit
51dc388783
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ gst_msdkvpp_close (GstMsdkVPP * thiz)
|
|||
GST_DEBUG_OBJECT (thiz, "Closing VPP 0x%p", thiz->context);
|
||||
status = MFXVideoVPP_Close (gst_msdk_context_get_session (thiz->context));
|
||||
if (status != MFX_ERR_NONE && status != MFX_ERR_NOT_INITIALIZED) {
|
||||
GST_WARNING_OBJECT (thiz, "Encoder close failed (%s)",
|
||||
GST_WARNING_OBJECT (thiz, "VPP close failed (%s)",
|
||||
msdk_status_to_string (status));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue