va: pool: Delete the GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT.
authorHe Junyan <junyan.he@intel.com>
Sat, 23 Apr 2022 15:52:34 +0000 (23:52 +0800)
committerHe Junyan <junyan.he@intel.com>
Tue, 26 Apr 2022 12:26:02 +0000 (20:26 +0800)
commitfac57fcb8d00a51f72f534a5a566abaab4084538
tree3baf0d85f31e8ad60b7d9f164efbd03e6b966d97
parentfd81cb2ad444b8a2910cf6eb1d978f9c013cc2fd
va: pool: Delete the GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT.

The va pool is used for GPU side surface/image, its alignment should
not be changed arbitrarily by others. So we decide not to expose the
GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT flag anymore.
Instead, user can call gst_buffer_pool_config_set_va_alignment() to
set its surface/image alignment.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2282>
subprojects/gst-plugins-bad/gst-libs/gst/va/gstvapool.c