Skip to content

vp9decoder/d3d11vp9dec/nvvp9sldec: Handle non-keyframe format change gracefully

Seungha Yang requested to merge seungha.yang/gstreamer:vp9-non-key-change into main

Add a way for subclass to be able to inform whether non-keyframe format change is supported.

If subclass doesn't support the case, then baseclass will drop corresponding frame and wait for new keyframe.

Merge request reports