Skip to content

va: Fix a HEVC GPU hang issue because of LastSliceOfPic flag.

He Junyan requested to merge He_Junyan/gst-plugins-bad:fix_LastSliceOfPic into master

We do really need to set this flag for the last slice, or the GPU may wait for more data and we get a GPU hang when we call vaEndPicture().

Merge request reports