[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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.