Skip to content

msdk: Fix the total size of the memory

Haihao Xiang requested to merge haihao/gst-plugins-bad:fix-issue861 into master

Due to the alignment, usually the maximum size of the memory is greater than the default size. We may call gst_buffer_pool_config_get_params () after set_config () to get the updated size.

Fixes #861 (closed)

Merge request reports