Skip to content

msdkvp9dec: support dynamic resolution change on P frame [WIP]

Xu Guangxin requested to merge XuGuangxin/gst-plugins-bad:vp9_drc into master

vp9 has new feature, it will change resolution at P frame. Since the P frame will refer to previous frames, we can't close the decoder like other codecs. When we have resolution changes, msdk will report MFX_ERR_REALLOC_SURFACE We need nego with down stream about the resolution changes and reallocate current surface.

Edited by Tim-Philipp Müller

Merge request reports