Skip to content

[RFC] msdkdec: Fix the alignment of buffer pool creation.

The alignment should be based on GstVideoInfo and not hard code. Otherwise it may cause gst_buffer_resize_range: assertion 'bufmax >= bufoffs + offset + size' failed.

Edited by Yan Wang

Merge request reports