Skip to content

msdkvpp: don't return GST_FLOW_ERROR for MFX_WRN_INCOMPATIBLE_VIDEO_PARAM

Haihao Xiang requested to merge haihao/gst-plugins-bad:msdk-vpp-warning into master

Returning MFX_WRN_INCOMPATIBLE_VIDEO_PARAM means MSDK detects some incompatible parameters but it is resolved, and we may not regard MFX_WRN_INCOMPATIBLE_VIDEO_PARAM as a fatal error. In this fix, GST_FLOW_OK is returned but with a warning message so that a pipeline may run to the end.

Edited by Haihao Xiang

Merge request reports