Skip to content

msdkdec: output the decoded frame immediately if decoded order is required

Haihao Xiang requested to merge haihao/gst-plugins-bad:msdk-live-mode into master

DecodedOrder was deprecated in msdk-2017 version, but some customers still use this for low-latency streaming of non-b-frame encoded streams, which needs to output the frame at once

Merge request reports